RibbonCustomActionProvision Method (Guid, SPWeb) |
Provision all pending customizations to specified web.
Customizations will be shown on all list pages.
Namespace: FluentRibbonAssembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax public Guid Provision(
Guid featureUniqueGuid,
SPWeb web
)
Parameters
- featureUniqueGuid
- Type: SystemGuid
Guid, needed for feature-scoped cleanup in FeatureDeactivating using RemoveAllCustomizations(SPSite, Guid) method. - web
- Type: SPWeb
Web, where ribbon will be added
Return Value
Type:
GuidId of provisioned custom action
See Also