Class GetWorkingDocumentContentResponse
The response message containing the stream of the requested document
Implements
Inherited Members
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()