Show / Hide Table of Contents

Class GetWorkingDocumentContentResponse

The response message containing the stream of the requested document

Inheritance
object
CustomResponseHeaderMessageBase
GetWorkingDocumentContentResponse
Implements
IDisposable
Inherited Members
CustomResponseHeaderMessageBase.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 GetWorkingDocumentContentResponse : CustomResponseHeaderMessageBase, IDisposable

Properties

FileContent

The content of the file.

Declaration
[MessageBodyMember]
public Stream FileContent { get; set; }
Property Value
Type Description
Stream

The content of the file.

Methods

Dispose()

Dispose message

Declaration
public void Dispose()

Implements

IDisposable
Back to top Created by Formpipe