Class SaveDocumentsResponse
Represents the response for the SaveDocuments method.
Inheritance
System.Object
SaveDocumentsResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SaveDocumentsResponse : ServiceResponse
Constructors
SaveDocumentsResponse()
Declaration
public SaveDocumentsResponse()
Properties
Documents
Gets or sets the Documents.
Declaration
public IList<DocumentEntity> Documents { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<DocumentEntity> |