Click or drag to resize
CMSMultiButtonBaseCreateButtonForOneAction Method
Creates button which is rendered when there is only one CMSButtonAction added.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected virtual CMSButton CreateButtonForOneAction(
	CMSButtonAction onlyAction
)

Parameters

onlyAction
Type: CMS.Base.Web.UICMSButtonAction
The only action of the button

Return Value

Type: CMSButton
Button representing the onl action of the multi button
See Also