Adds the contents of another ModuleActionCollection
to the end of the collection.
Namespace: DotNetNuke.Entities.Modules.ActionsAssembly: 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.