Returns metadata about the variables/types (and optionally dialogs & mapping info)
for the indicated template's interview.
Namespace: HotDocs.Sdk.Server.CloudAssembly: 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 retrieve component information.
- includeDialogs
- Type:
System Boolean
Indicates whether or not information about dialogs should be included.
- logRef
- Type:
System String
This parameter lets you specify information that will be included in usage logs for this call. For example, you can use a string to uniquely identify the end user that initiated the request and/or the context in which the call was made. When you review usage logs, you can then see which end users initiated each request. That information could then be used to pass costs on to those end users if desired.
Return Value
Type: ComponentInfo[Missing <returns> documentation for "M:HotDocs.Sdk.Server.Cloud.Services.GetComponentInfo(HotDocs.Sdk.Template,System.Boolean,System.String)"]
Implements
IServices GetComponentInfo(Template, Boolean, String)See Also