Class WorkflowUsageItem
This entity represents an item which is using a Workflow.
Inheritance
System.Object
WorkflowUsageItem
Namespace: DotNetNuke.Entities.Content.Workflow.Entities
Assembly: DotNetNuke.dll
Syntax
public class WorkflowUsageItem : object
Properties
| Improve this Doc View SourceContentName
Gets or sets name of the item.
Declaration
public string ContentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentType
Gets or sets type of the item.
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkflowID
Gets or sets workflow Id.
Declaration
public int WorkflowID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |