Class GetWorkingDocumentsResponse
The get work document of a specified journalized case response message, containing consumer metadata
Inherited Members
Namespace: Integration.MessageContracts.DocumentManagement
Syntax
[MessageContract]
public class GetWorkingDocumentsResponse
Properties
Documents
The list of documents that belongs to a specific case in the system.
Declaration
[MessageBodyMember]
public IList<WorkingDocumentMasterDTO> Documents { get; set; }
Property Value
Type | Description |
---|---|
IList<WorkingDocumentMasterDTO> | The list of documents that belongs to a specific case in the system. |