TemplateLocation Locate Method
Create a TemplateLocation object from an encrypted locator string returned by TemplateLocation.CreateLocator.

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

public static TemplateLocation Locate(
	string encodedLocator
)

Parameters

encodedLocator
Type: OnlineSystem String
An encoded template locator.

Return Value

Type: TemplateLocation
A TemplateLocation object.
See Also