Click or drag to resize
CMSMultiButtonBaseInitChildControlsForOneAction Method
Initializes the Controls collection when only one CMSButtonAction is present.

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

Parameters

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