GetAction gets the action associated with the commandName

Namespace: DotNetNuke.UI.Containers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public ModuleAction GetAction(
	string commandName
)
Visual Basic
Public Function GetAction ( 
	commandName As String
) As ModuleAction

Parameters

commandName
Type: System..::..String
The command name

Return Value

returnsM:DotNetNuke.UI.Containers.ActionManager.GetAction(System.String)

See Also