Click or drag to resize
BaseEditMenuAddExtraAction Method
Adds the extra action to the menu

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public void AddExtraAction(
	HeaderAction action
)

Parameters

action
Type: CMS.Base.Web.UI.ActionsConfigHeaderAction
Action to add
See Also