Class ContentWorkflowState
This entity represents a Workflow State.
Inheritance
System.Object
ContentWorkflowState
Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: DotNetNuke.dll
Syntax
public class ContentWorkflowState : object
Properties
| Improve this Doc View SourceIsActive
This entity represents a Workflow State.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDisposalState
This entity represents a Workflow State.
Declaration
public bool IsDisposalState { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OnCompleteMessageBody
This entity represents a Workflow State.
Declaration
public string OnCompleteMessageBody { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OnCompleteMessageSubject
This entity represents a Workflow State.
Declaration
public string OnCompleteMessageSubject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OnDiscardMessageBody
This entity represents a Workflow State.
Declaration
public string OnDiscardMessageBody { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OnDiscardMessageSubject
This entity represents a Workflow State.
Declaration
public string OnDiscardMessageSubject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Order
Gets or sets state Order.
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SendEmail
This entity represents a Workflow State.
Declaration
public bool SendEmail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SendMessage
This entity represents a Workflow State.
Declaration
public bool SendMessage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StateID
Gets or sets state Id.
Declaration
public int StateID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StateName
Gets or sets state name.
Declaration
public string StateName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkflowID
Gets or sets workflow associated to the state.
Declaration
public int WorkflowID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |