RibbonCustomActionRemoveAllCustomizations Method (SPWeb, Guid) |
Remove all ribbon customizations from specified web. Usually done in FeatureDeactivating method.
Namespace: FluentRibbonAssembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax public static void RemoveAllCustomizations(
SPWeb web,
Guid featureScopedGuid
)
Parameters
- web
- Type: SPWeb
SPWeb object, from which customizations will be removed. - featureScopedGuid
- Type: SystemGuid
Guid, which was previosly passed into ribbon creation methods.
See Also