Initializes a new instance of the ModuleActionCollection class containing the specified array of ModuleAction objects.

Namespace: DotNetNuke.Entities.Modules.Actions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public ModuleActionCollection(
	ModuleAction[] value
)
Visual Basic
Public Sub New ( 
	value As ModuleAction()
)

Parameters

value
Type: array<DotNetNuke.Entities.Modules.Actions..::..ModuleAction>[]()[][]
An array of ModuleAction objects with which to initialize the collection.

Remarks

This overloaded constructor copies the ModuleActions from the indicated array.

See Also