Services 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.WebService
Assembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public 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 and mapping information in the returned results.
logRef
Type: OnlineSystem String
A string to display in logs related to this request.

Return Value

Type: ComponentInfo
returns the list of variables and dialogs (if includeDialogs is true) associated with the template parameter

Implements

IServices GetComponentInfo(Template, Boolean, String)
See Also