SharePoint Site templates, Site Definitions, Feature Stapling - Explained
The main objective of the feature stapling concept is: Pre-activate desired features automatically on creating SharePoint sites based on site definitions like Team Sites (not site template .stp).
say for e.g. you want to apply branding on creating a team sites, You can use feature stapling.
So, In your feature you have to handle the events such as "FeatureActivated" in order to run some code automatically on creating sites. In other words place the code that should get executed inside the "featureactivated" section in your event receivers.
SharePoint Site templates, site definitions, feature stapling Check out my Presentation:
say for e.g. you want to apply branding on creating a team sites, You can use feature stapling.
So, In your feature you have to handle the events such as "FeatureActivated" in order to run some code automatically on creating sites. In other words place the code that should get executed inside the "featureactivated" section in your event receivers.
SharePoint Site templates, site definitions, feature stapling Check out my Presentation:
SharePoint Site templates, site definitions, feature stapling
View more presentations from salaudeen.
In case you need some help on creating features staplers, have a look at below links:
http://sharepointmagazine.net/articles/introduction-to-sharepoint-feature-stapling-part-1
http://nanddeepnachan.blogspot.com/2008/08/moss-2007-feature-stapling.html
http://www.sharepointnutsandbolts.com/2007/05/feature-stapling.html
http://www.etechplanet.com/blog/understanding-feature-stapling-in-sharepoint-7c-stapling-features-to-site-definitions.aspx
In case you need some help on creating features staplers, have a look at below links:
http://sharepointmagazine.net/articles/introduction-to-sharepoint-feature-stapling-part-1
http://nanddeepnachan.blogspot.com/2008/08/moss-2007-feature-stapling.html
http://www.sharepointnutsandbolts.com/2007/05/feature-stapling.html
http://www.etechplanet.com/blog/understanding-feature-stapling-in-sharepoint-7c-stapling-features-to-site-definitions.aspx
No comments:
Please Login and comment to get your questions answered!