Show / Hide Table of Contents

Class CreateDocumentFromTemplateResponse

The response message containing the stream of the requested document

Inheritance
object
CustomResponseHeaderMessageBase
CreateDocumentFromTemplateResponse
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 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()

Implements

IDisposable
Back to top Created by Formpipe