Class StateTransaction
This Dto class represents the workflow state transaction on complete state or discard state.
Inheritance
System.Object
StateTransaction
Namespace: DotNetNuke.Entities.Content.Workflow.Dto
Assembly: DotNetNuke.dll
Syntax
public class StateTransaction : object
Properties
| Improve this Doc View SourceContentItemId
Gets or sets the content item id that represent the element that is going to change workflow state.
Declaration
public int ContentItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CurrentStateId
Gets or sets the current state of the element.
Declaration
public int CurrentStateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Message
Gets or sets this property represents the message attached to the state transaction.
Declaration
public StateTransactionMessage Message { get; set; }
Property Value
Type | Description |
---|---|
StateTransactionMessage |
UserId
Gets or sets this property represents the user that performs the state transaction.
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |