Click or drag to resize
RibbonCustomActionReplaceControlGroup Method
Registers custom ribbon controls group for a list at specified SPWeb, replacing one of the existing groups.

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public void ReplaceControlGroup(
	GroupDefinition groupDefinition,
	string oldGroupId,
	int sequence
)

Parameters

groupDefinition
Type: FluentRibbon.DefinitionsGroupDefinition
Definition of the ribbon group.
oldGroupId
Type: SystemString
Valid existing ribbon control group id, for group which will be replaced.
sequence
Type: SystemInt32
Sequence for the group, for positioning it within the tab.
See Also