Click or drag to resize
CMSNewsletterSendPageAddSendHeaderAction Method
Adds send header action to existing headerActions.

Namespace: CMS.Newsletters.Web.UI
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 13.0.131
Syntax
C#
protected static void AddSendHeaderAction(
	HeaderActions headerActions,
	bool enabled,
	ButtonStyle buttonStyle
)

Parameters

headerActions
Type: CMS.Base.Web.UIHeaderActions
Header actions where new send action will be added.
enabled
Type: SystemBoolean
Whether header action should be enabled.
buttonStyle
Type: CMS.Base.Web.UIButtonStyle
Style of header action button.
See Also