Adds the contents of another ModuleActionCollection to the end of the collection.

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

Syntax

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

Parameters

value
Type: DotNetNuke.Entities.Modules.Actions..::..ModuleActionCollection
A ModuleActionCollection containing the objects to add to the collection.

See Also