| CMSMultiButtonBaseInitChildControlsForMoreThanOneActions Method | 
            Initializes Controls collection if there are more than one actions added.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual void InitChildControlsForMoreThanOneActions(
	List<CMSButtonAction> actions
)
Parameters
- actions
- Type: System.Collections.GenericListCMSButtonAction
 Actions of this multi button
 See Also
See Also