Action type. This is a string representation of the enum WorkflowActionTypes

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

Syntax

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

See Also