feature
There are 4 entries for the tag feature
Yes, that's the question I have been pondering for the last couple of hours (maybe more). And I am begriming to believe that it cant be done. Other than for the route of either writing a feature receiver to upload the template to a list on activation (but I think this approach is unclean) or modify onet.xml (a site definition?). I think both approaches are unnecessarily complex for the task at hand. Think about it, just so that I could have a custom document library or form library with a custom...
Heather Solomon has a good post on how you can enable provisioning of Master Pages via features. Thanks for the info Heather. I am definitely going to use this in the next few days. tags: SharePoint, Master Pages, Feature Cross-posted from tariqayad.com...
The Title Column inherrited from Item typically shows itself up in any contentType that would define. But ever wanted to call it something else? Here is how you do it. <FieldRef ID="{fa564e0f-0c70-4ab9-b86... Name="Title" DisplayName="Your Other Name for Title" Sealed="TRUE"/> The trick is in the DisplayName. Reference the Title Colulmn and give it a seperate DisplayName And you could even have a go at LinkTitle <FieldRef ID="{82642ec8-ef9b-478f-acf... Name="LinkTitle"...
Having to upgrade servers to B2TR today, I was wondering, it would really be cool to have a tool that could backup ContentTypes that you have defined using SharePoint into a feature definition. That would actually make defining ContentTypes as a feature more easy, provide a means of porting them between servers, and also assist as a means of fascilitating granular backup. Does anyone else see eye to eye with me on this? I am thinking that if Microsoft doesnt have this on their radar it might be an...