Action Source. This property represents the path to the class that implement the IWorkflowAction interface i.e.: "MyProject.WorkflowActions.WorkflowDiscardction, MyProject"

Namespace: DotNetNuke.Entities.Content.Workflow.Actions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string ActionSource { get; set; }
Visual Basic
Public Property ActionSource As String
	Get
	Set

See Also