Click or drag to resize
AbstractCMSPageAddHeaderActions 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.ActionsConfigHeaderAction
Header actions
See Also