Click or drag to resize
HeaderActionsInsertAction Method
Inserts action to the ActionsList at specified index.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual void InsertAction(
	int index,
	HeaderAction action
)

Parameters

index
Type: SystemInt32
Index
action
Type: CMS.ExtendedControls.ActionsConfigHeaderAction
Action
See Also