Initializes a new instance of the ModuleActionCollection class containing the elements of the specified source collection.

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

Syntax

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

Parameters

value
Type: DotNetNuke.Entities.Modules.Actions..::..ModuleActionCollection
A ModuleActionCollection with which to initialize the collection.

Remarks

This overloaded constructor copies the ModuleActions from the indicated collection.

See Also