GetComponentInfo returns metadata about the variables/types (and optionally dialogs and mapping info)
for the indicated template's interview.
Namespace: HotDocs.Sdk.Server.LocalAssembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- template
- Type: HotDocs.Sdk Template
The template for which to return a ComponentInfo object.
- includeDialogs
- Type:
System Boolean
True if dialog components are to be included in the returned ComponentInfo.
- 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: ComponentInfo[Missing <returns> documentation for "M:HotDocs.Sdk.Server.Local.Services.GetComponentInfo(HotDocs.Sdk.Template,System.Boolean,System.String)"]
Implements
IServices GetComponentInfo(Template, Boolean, String)See Also