IHDSvc GetTemplateInfo Method
This web service returns the title and description for the specified template(s).

Namespace: HotDocs.Sdk.Server.Contracts
Assembly: HotDocs.Sdk.Server.Contracts (in HotDocs.Sdk.Server.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

TemplateInfo[] GetTemplateInfo(
	string[] templateIDs
)

Parameters

templateIDs
Type:  OnlineSystem String 
This is an array of the template names for which template information is being requested.

Return Value

Type:  TemplateInfo 
An array of TemplateInfo objects, which contain each template's title and description.
See Also