Class WorkflowBehaviorOptions
Inheritance
System.Object
    WorkflowBehaviorOptions
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class WorkflowBehaviorOptions
  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 |