Class WorkflowBehaviorOptions
Inheritance
System.Object
WorkflowBehaviorOptions
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class WorkflowBehaviorOptions : object
Properties
AllowMarkAsReadUnread
Indicates whether the mark as read / unread options is allowed in this workflow.
Declaration
public bool AllowMarkAsReadUnread { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowReassign
Indicates whether the reassign options is allowed in this workflow.
Declaration
public bool AllowReassign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowWorkflowHistory
Indicates whether the workflow history options is allowed in this workflow.
Declaration
public bool AllowWorkflowHistory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |