Class CreateDocumentFromTemplateResponse
The response message containing the stream of the requested document
Implements
Inherited Members
Namespace: Integration.MessageContracts.DocumentManagement
Syntax
[MessageContract]
public class CreateDocumentFromTemplateResponse : 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. |
FileName
File name.
Declaration
[MessageHeader]
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
string | File name. |
Methods
Dispose()
Dispose message
Declaration
public void Dispose()