RibbonCustomActionReplaceTab Method |
Registers custom ribbon tab for a list at specified SPWeb, replacing one of the existing tabs.
Namespace: FluentRibbonAssembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax 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