Add an element of the specified ModuleAction to the end of the collection.

Namespace: DotNetNuke.Entities.Modules.Actions
Assembly: 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.

Return Value

The index of the newly added ModuleAction

See Also