Class UploadDocumentTypeFileDocumentResponse
Represents the response for the UploadDocumentTypeFileDocument method.
Inheritance
System.Object
UploadDocumentTypeFileDocumentResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class UploadDocumentTypeFileDocumentResponse : ServiceResponse
Constructors
UploadDocumentTypeFileDocumentResponse()
Declaration
public UploadDocumentTypeFileDocumentResponse()
Properties
DocumentTypeId
Gets or sets the DocumentTypeId.
Declaration
public int DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentTypeId. |
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. |