Proxy GetComponentInfo Method
Call GetComponentInfo on HotDocs Server via web services

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(
	string templateID,
	bool includeDialogs
)

Parameters

templateID
Type: OnlineSystem String

[Missing <param name="templateID"/> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.GetComponentInfo(System.String,System.Boolean)"]

includeDialogs
Type: OnlineSystem Boolean
Indicates whether or not information about dialogs should be included.

Return Value

Type: ComponentInfo

[Missing <returns> documentation for "M:HotDocs.Sdk.Server.WebService.Proxy.GetComponentInfo(System.String,System.Boolean)"]

Implements

IHDSvc GetComponentInfo(String, Boolean)
See Also