Proxy AssembleDocument Method
Call AssembleDocument on HotDocs Server via web services.

Namespace: HotDocs.Sdk.Server.WebService
Assembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public AssemblyResult AssembleDocument(
	string templateID,
	BinaryObject[] answers,
	OutputFormat format,
	AssemblyOptions options,
	string templateState
)

Parameters

templateID
Type: OnlineSystem String

[Missing <param name="templateID"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.AssembleDocument(System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.OutputFormat,HotDocs.Sdk.Server.Contracts.AssemblyOptions,System.String)"]

answers
Type:  HotDocs.Sdk.Server.Contracts BinaryObject 

[Missing <param name="answers"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.AssembleDocument(System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.OutputFormat,HotDocs.Sdk.Server.Contracts.AssemblyOptions,System.String)"]

format
Type: HotDocs.Sdk.Server.Contracts OutputFormat

[Missing <param name="format"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.AssembleDocument(System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.OutputFormat,HotDocs.Sdk.Server.Contracts.AssemblyOptions,System.String)"]

options
Type: HotDocs.Sdk.Server.Contracts AssemblyOptions

[Missing <param name="options"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.AssembleDocument(System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.OutputFormat,HotDocs.Sdk.Server.Contracts.AssemblyOptions,System.String)"]

templateState
Type: OnlineSystem String

[Missing <param name="templateState"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.AssembleDocument(System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.OutputFormat,HotDocs.Sdk.Server.Contracts.AssemblyOptions,System.String)"]

Return Value

Type: AssemblyResult

[Missing <returns> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.AssembleDocument(System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.OutputFormat,HotDocs.Sdk.Server.Contracts.AssemblyOptions,System.String)"]

Implements

IHDSvc AssembleDocument(String,  BinaryObject , OutputFormat, AssemblyOptions, String)
See Also