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

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

Parameters

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