Show / Hide Table of Contents

Class GetWorkingDocumentResponse

A response message returned by system containing the requested working document. Implements the CustomResponseMessageBase

Inheritance
object
CustomResponseMessageBase
GetWorkingDocumentResponse
Inherited Members
CustomResponseMessageBase.CustomReturnValues
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 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.

Back to top Created by Formpipe