Add an element of the specified ModuleAction to the end of the collection.
Namespace: DotNetNuke.Entities.Modules.ActionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public int Add( ModuleAction value ) |
Visual Basic |
---|
Public Function Add ( value As ModuleAction ) As Integer |
Parameters
- value
- Type: DotNetNuke.Entities.Modules.Actions..::..ModuleAction
An object of type ModuleAction to add to the collection.