Class ReassignData
Inheritance
System.Object
ReassignData
Assembly: DocuWare.Platform.ServerClient.dll
public class ReassignData : object
Properties
Body
Declaration
public string Body { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<string> NextAssigned { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
Declaration
public DataType ReassignTo { get; set; }
Property Value
Declaration
public bool SendEmail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|