Class GetDocumentResponse
Represents the response for the GetDocument method.
Inheritance
System.Object
GetDocumentResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetDocumentResponse : ServiceResponse
Constructors
GetDocumentResponse()
Declaration
public GetDocumentResponse()
Properties
Document
Gets or sets the document.
Declaration
public DocumentEntity Document { get; set; }
Property Value
Type | Description |
---|---|
DocumentEntity | The document. |