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

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public void AddExtraAction(
	HeaderAction action
)

Parameters

action
Type: CMS.ExtendedControls.ActionsConfigHeaderAction
Action to add
See Also