Click or drag to resize
RibbonCustomActionProvision Method (Guid, SPList, ListForms)
Provision all pending customizations to specified list. Customizations will be shown on specified list 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,
	SPList list,
	ListForms whichForms
)

Parameters

featureUniqueGuid
Type: SystemGuid
Guid, needed for feature-scoped cleanup in FeatureDeactivating using RemoveAllCustomizations(SPSite, Guid) method.
list
Type: SPList
SPList, where a ribbon will be added
whichForms
Type: FluentRibbonListForms
List forms, which will display the ribbon

Return Value

Type: Guid
Id of provisioned custom action
See Also