summaryM:DotNetNuke.Entities.Modules.Actions.ModuleActionCollection.GetActionByCommandName(System.String)

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

Syntax

C#
public ModuleAction GetActionByCommandName(
	string name
)
Visual Basic
Public Function GetActionByCommandName ( 
	name As String
) As ModuleAction

Parameters

name
Type: System..::..String
paramnameM:DotNetNuke.Entities.Modules.Actions.ModuleActionCollection.GetActionByCommandName(System.String)

Return Value

returnsM:DotNetNuke.Entities.Modules.Actions.ModuleActionCollection.GetActionByCommandName(System.String)

See Also