CMSMultiButtonBaseCreateButtonForOneAction Method |
Creates button which is rendered when there is only one CMSButtonAction added.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax protected virtual CMSButton CreateButtonForOneAction(
CMSButtonAction onlyAction
)
Parameters
- onlyAction
- Type: CMS.Base.Web.UICMSButtonAction
The only action of the button
Return Value
Type:
CMSButtonButton representing the onl action of the multi button
See Also