Click or drag to resize
RibbonCustomActionProvision Method (Guid, SPWeb, ListTypes)
Provision all pending customizations to specified web. Customizations will be shown on all pages for lists with specified ID.

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public Guid Provision(
	Guid featureUniqueGuid,
	SPWeb web,
	ListTypes listType
)

Parameters

featureUniqueGuid
Type: SystemGuid
Guid, needed for feature-scoped cleanup in FeatureDeactivating using RemoveAllCustomizations(SPSite, Guid) method.
web
Type: SPWeb
SPWeb, where a ribbon will be added
listType
Type: FluentRibbonListTypes
One of standard list types, for which ribbon elements will be registered

Return Value

Type: Guid
Id of provisioned custom action
See Also