Click or drag to resize
AbstractCMSPage.AddHeaderActions Method
Adds the list of header actions to the page header actions.

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

Parameters

actions
Type:CMS.ExtendedControls.ActionsConfig.HeaderAction[]
Header actions
See Also