Click or drag to resize
RibbonCustomActionRemoveAllCustomizations Method (SPWeb, Guid)
Remove all ribbon customizations from specified web. Usually done in FeatureDeactivating method.

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
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