Click or drag to resize
RibbonCustomActionReplaceTab Method
Registers custom ribbon tab for a list at specified SPWeb, replacing one of the existing tabs.

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public void ReplaceTab(
	TabDefinition tabDefinition,
	string oldTabId
)

Parameters

tabDefinition
Type: FluentRibbon.DefinitionsTabDefinition
Definition of the ribbon tab.
oldTabId
Type: SystemString
Valid existing ribbon tab id, for tab which will be replaced.
See Also