Click or drag to resize
HeaderActionsAddActions Method
Adds the list of header actions to the ActionsList.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public void AddActions(
	params HeaderAction[] actions
)

Parameters

actions
Type: CMS.ExtendedControls.ActionsConfigHeaderAction
Header actions
See Also