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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public void AddActions(
	params HeaderAction[] actions
)

Parameters

actions
Type: CMS.Base.Web.UI.ActionsConfigHeaderAction
Header actions
See Also