Click or drag to resize
AbstractUserControlAddHeaderAction Method
Adds specified action to the page header actions.

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

Parameters

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