Proxy GetInterviewDefinition Method
Call GetInterviewDefinition 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 BinaryObject GetInterviewDefinition(
	string templateID,
	string templateName,
	InterviewFormat format,
	string templateState
)

Parameters

templateID
Type: OnlineSystem String

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

templateName
Type: OnlineSystem String

[Missing <param name="templateName"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.GetInterviewDefinition(System.String,System.String,HotDocs.Sdk.Server.Contracts.InterviewFormat,System.String)"]

format
Type: HotDocs.Sdk.Server.Contracts InterviewFormat

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

templateState
Type: OnlineSystem String

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

Return Value

Type: BinaryObject

[Missing <returns> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.GetInterviewDefinition(System.String,System.String,HotDocs.Sdk.Server.Contracts.InterviewFormat,System.String)"]

Implements

IHDSvc GetInterviewDefinition(String, String, InterviewFormat, String)
See Also