Class ContentWorkflow
This entity represents a Workflow.
Inheritance
System.Object
ContentWorkflow
Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: DotNetNuke.dll
Syntax
public class ContentWorkflow : object
Properties
| Improve this Doc View SourceDescription
Gets or sets workflow Description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DispositionEnabled
This entity represents a Workflow.
Declaration
public bool DispositionEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDeleted
This entity represents a Workflow.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PortalID
Gets or sets portal Id.
Declaration
public int PortalID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartAfterCreating
This entity represents a Workflow.
Declaration
public bool StartAfterCreating { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartAfterEditing
This entity represents a Workflow.
Declaration
public bool StartAfterEditing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
States
Gets or sets workflow states.
Declaration
public IEnumerable<ContentWorkflowState> States { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<ContentWorkflowState> |
WorkflowID
Gets or sets workflow Id.
Declaration
public int WorkflowID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WorkflowName
Gets or sets workflow Name.
Declaration
public string WorkflowName { get; set; }
Property Value
Type | Description |
---|---|
System.String |