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 protected virtual void InitChildControlsForMoreThanOneActions(
List<CMSButtonAction> actions
)
Parameters
- actions
- Type: System.Collections.GenericListCMSButtonAction
Actions of this multi button
See Also