Class UploadTaskLetterTemplateRequest
Represents the a request for the UploadStudentDocument method.
Inheritance
System.Object
UploadTaskLetterTemplateRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class UploadTaskLetterTemplateRequest : ServiceRequest
Constructors
UploadTaskLetterTemplateRequest()
Declaration
public UploadTaskLetterTemplateRequest()
Properties
DeleteLetterTemplate
Gets or Sets DeleteLetterTemplate name
Declaration
public bool DeleteLetterTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FileNameWithExtension
Gets or Sets file name
Declaration
public string FileNameWithExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LetterTemplateDocument
Gets or sets the Document byte array.
Declaration
public byte[] LetterTemplateDocument { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The Image. |
TaskId
Gets or sets the TaskId.
Declaration
public int TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskId. |