ProcessAction processes the action

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

Syntax

C#
public bool ProcessAction(
	string id
)
Visual Basic
Public Function ProcessAction ( 
	id As String
) As Boolean

Parameters

id
Type: System..::..String
The Id of the Action

Return Value

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

See Also