Template Locate Method
Returns a Template created from a locator string generated by CreateLocator.

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

public static Template Locate(
	string locator
)

Parameters

locator
Type: OnlineSystem String
A locator string provided by CreateLocator.

Return Value

Type: Template

[Missing <returns> documentation for "M:HotDocs.Sdk.Template.Locate(System.String)"]

See Also