This web service returns an interview definition file for the specified template.
Namespace: HotDocs.Sdk.Server.ContractsAssembly: HotDocs.Sdk.Server.Contracts (in HotDocs.Sdk.Server.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- templateID
- Type:
System String
The file name and extension for the template. Caller should pass templateID or a templateState, but not both.
- templateName
- Type:
System String
The name of the template whose interview definition is being requested. Unnecessary if you have specified templateID.
- format
- Type: HotDocs.Sdk.Server.Contracts InterviewFormat
Indicates the format whether to request a Silverlight or JavaScript interview definition. The only format currently supported is Silverlight, which means this web service will return a compiled Silverlight interview DLL.
- templateState
- Type:
System String
An encrypted string (originating from a browser interview) identifying a template. Caller should pass templateID or templateState, but not both.
Return Value
Type: BinaryObjectA BinaryObject with the requested interview definition.
Remarks
See Also