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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected virtual void InitChildControlsForMoreThanOneActions(
	List<CMSButtonAction> actions
)

Parameters

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