Click or drag to resize
CMSMultiButtonBaseInitChildControlsForMoreThanOneActions Method
Initializes Controls collection if there are more than one actions added.

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 InitChildControlsForMoreThanOneActions(
	List<CMSButtonAction> actions
)

Parameters

actions
Type: System.Collections.GenericListCMSButtonAction
Actions of this multi button
See Also