Class StateTransactionMessage
This class represents the message that will be notified on workflow state transaction.
Inheritance
System.Object
StateTransactionMessage
Namespace: DotNetNuke.Entities.Content.Workflow.Dto
Assembly: DotNetNuke.dll
Syntax
public class StateTransactionMessage : object
Constructors
| Improve this Doc View SourceStateTransactionMessage()
Initializes a new instance of the StateTransactionMessage class.
Declaration
public StateTransactionMessage()
Properties
| Improve this Doc View SourceParams
Gets or sets params of the message.
Declaration
public string[] Params { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
UserComment
Gets or sets user comment.
Declaration
public string UserComment { get; set; }
Property Value
Type | Description |
---|---|
System.String |