RibbonCustomActionProvision Method (Guid, SPSite, ListTypes) |
Provision all pending customizations to specified site collection.
Customizations will be shown on all pages for lists with specified ID.
Namespace: FluentRibbonAssembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax public Guid Provision(
Guid featureUniqueGuid,
SPSite site,
ListTypes listType
)
Parameters
- featureUniqueGuid
- Type: SystemGuid
Guid, needed for feature-scoped cleanup in FeatureDeactivating using RemoveAllCustomizations(SPSite, Guid) method. - site
- Type: SPSite
Site collection, to which the ribbon customizations will be provisioned - listType
- Type: FluentRibbonListTypes
One of standard list types, for which ribbon elements will be registered
Return Value
Type:
GuidId of provisioned custom action
See Also