Class UploadStudentDocumentResponse
Represents the response for the UploadStudentDocument method.
Inheritance
System.Object
UploadStudentDocumentResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class UploadStudentDocumentResponse : ServiceResponse
Constructors
UploadStudentDocumentResponse()
Declaration
public UploadStudentDocumentResponse()
Properties
DocumentId
Gets or sets the DocumentId.
Declaration
public int DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentId. |
Image
Gets or sets the Image.
Declaration
public byte[] Image { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The Image. |
ImageExtension
Gets or sets the ImageExtension.
Declaration
public string ImageExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImageExtension. |