Class ReassignmentData
Data to reassign a task.
Inheritance
System.Object
ReassignmentData
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ReassignmentData : object
Properties
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 |
---|---|
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 |