IServices GetComponentInfo Method
GetComponentInfo returns metadata about the variables/types (and optionally dialogs and mapping info) for the indicated template's interview.

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

ComponentInfo GetComponentInfo(
	Template template,
	bool includeDialogs,
	string logRef
)

Parameters

template
Type: HotDocs.Sdk Template
An instance of the Template class, for which you are requesting component information.
includeDialogs
Type: OnlineSystem Boolean
Whether to include dialog & mapping information in the returned results.
logRef
Type: OnlineSystem String
A string identifying the current user or transcation, to be included in HotDocs log entries. This is necessary if you wish to track log entries back to specific users during analysis or troubleshooting.

Return Value

Type: ComponentInfo
The requested component information.
See Also