Class GetDocumentTypesWithRelatedTemplatesResponse
The get document types and templates of a specified case response message, containing consumer metadata
Inherited Members
Namespace: Integration.MessageContracts.DocumentManagement
Syntax
[MessageContract]
public class GetDocumentTypesWithRelatedTemplatesResponse
Properties
DocumentTypesWithRelatedTemplates
The list of documents types with related templates that belongs to a specific case in the system.
Declaration
[MessageBodyMember]
public IDictionary<WorkingDocumentTypeDTO, IList<WorkingDocumentTemplateDTO>> DocumentTypesWithRelatedTemplates { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<WorkingDocumentTypeDTO, IList<WorkingDocumentTemplateDTO>> | The list of documents that belongs to a specific case in the system. |