CMSMultiButtonBaseInitChildControlsForOneAction Method |
Initializes the Controls collection when only one CMSButtonAction is present.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax protected virtual void InitChildControlsForOneAction(
CMSButtonAction onlyAction
)
Parameters
- onlyAction
- Type: CMS.Base.Web.UICMSButtonAction
The only action of the button
See Also