Click or drag to resize

CompositeAction Constructor (Action)

Initializes a new instance of the CompositeAction class

Namespace:  Dynamicweb.Management.Actions
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public CompositeAction(
	params Action[] actions
)

Parameters

actions
Type: Dynamicweb.Core.UI.ActionsAction
See Also