Class GetWorkingDocumentResponse
A response message returned by system containing the requested working document. Implements the CustomResponseMessageBase
Inherited Members
Namespace: Integration.MessageContracts.DocumentManagement
Syntax
[MessageContract]
public class GetWorkingDocumentResponse : CustomResponseMessageBase
Properties
Description
The description of object.
Declaration
[MessageBodyMember]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The description of object. |
Extension
The file extension of the work document, including the ".".
Declaration
[MessageBodyMember]
public string Extension { get; set; }
Property Value
Type | Description |
---|---|
string | The unique identifier of the work document, including the "." |
Remarks
Extension includes the "." character.
FileName
The file name of the work document.
Declaration
[MessageBodyMember]
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
string | The file name of the work document. |
PropID
The unique identifier of the work document.
Declaration
[MessageBodyMember]
public int PropID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique identifier of the work document. |
Title
The title of the object.
Declaration
[MessageBodyMember]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | The title of the object. |