GetComponentInfo returns metadata about the variables/types (and optionally dialogs and mapping info)
for the indicated template's interview.
Namespace: HotDocs.Sdk.ServerAssembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- template
- Type: HotDocs.Sdk Template
An instance of the Template class, for which you are requesting component information.
- includeDialogs
- Type:
System Boolean
Whether to include dialog & mapping information in the returned results.
- logRef
- Type:
System 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: ComponentInfoThe requested component information.
See Also