feature
There are 2 entries for the tag
feature
I saw an MSDN Forum post today, so I looked for a ListInstance Hidden property in SharePoint 2007 features. There is none, but interestingly enough there is one in 2010. I wondered what would happen if you did this: <Elements xmlns="http://schemas.micro... <ListInstance FeatureId="00bfea71-de22-43... Title="Hidden List Test" Description="Testing a hidden list." TemplateType="100" Hidden="TRUE" OnQuickLaunch="FALSE" Url="Lists/TestHidden" /> </Elements>...
I wrote a couple features with some list definitions, site columns, and a content type with a feature receiver. It was the first real feature that I ever wrote. I built a presentation on features, but that was all research and books. I did the presentation once, but I never really knew much about features. This time around I did not use STSDev or VSEWSS. I knew what the DDF file was and the Manifest.xml from my SPS 2003 days, but was very rusty. I think that this week definitely helped me with my...