Workflow Name

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

Syntax

C#
[RequiredAttribute]
[StringLengthAttribute(40)]
public string WorkflowName { get; set; }
Visual Basic
<RequiredAttribute> 
<StringLengthAttribute(40)> 
Public Property WorkflowName As String
	Get
	Set

See Also