Click or drag to resize
HeaderActionsAddAction Method
Adds given action to the ActionsList.

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

Parameters

action
Type: CMS.ExtendedControls.ActionsConfigHeaderAction
Action
See Also