Class ReassignHistoryStep
A history step for Reassign operation.
Inheritance
System.Object
ReassignHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ReassignHistoryStep : object
Properties
RecipientsName
List of names of the new assigned users.
Declaration
public List<string> RecipientsName { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
SendMail
Determines whether emails are sent to the new assigned users.
Declaration
public bool SendMail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Subject
Subject of the email
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Name of the user who reassigned the task.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |