Class ReassignmentData
Data to reassign a task.
Inheritance
System.Object
    ReassignmentData
  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 ReassignmentDataProperties
Body
Body of the email which will be send to the new assigned users.
Declaration
public string Body { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
ReassignmentList
List of next assigned users, roles or substitution rules.
Declaration
public List<AssignedItem> ReassignmentList { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<AssignedItem> | 
SendEmail
Determines whether an email will be send to the new assigned users.
Declaration
public bool SendEmail { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Subject
Subject of the email which will be send to the new assigned users.
Declaration
public string Subject { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |