GetComponentInfo returns metadata about the variables/types (and optionally dialogs and mapping info)
for the indicated template's interview.
Namespace: HotDocs.Sdk.Server.WebServiceAssembly: 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 and mapping information in the returned results.
- logRef
- Type:
System String
A string to display in logs related to this request.
Return Value
Type: ComponentInforeturns the list of variables and dialogs (if includeDialogs is true) associated with the template parameter
Implements
IServices GetComponentInfo(Template, Boolean, String)See Also