Show / Hide Table of Contents

Class GetWorkingDocumentsResponse

The get work document of a specified journalized case response message, containing consumer metadata

Inheritance
object
GetWorkingDocumentsResponse
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

Back to top Created by Formpipe