Search code examples
sharepointdeploymentmosscustomization

Deploying Control Adapters in SharePoint


Is there any way to automatically deploy Control Adapters (some menu modifications) in SharePoint using WSP solution and features ? Can I programmatically edit/deploy some ".browser" file?

If it is not possible what are the alternatives (some good practice) ?

I need this for Publishing site.


Solution

  • In addition, with Features you always have the ability to define a FeatureReceiver which basically is callout to a developer provided assembly for handing Feature lifecycle events (e.e. onFeatureInstalled, onFeatureActivated, etc.) There you would be able to write .Net code to interact with the infrastructure.