TemplateLocation RegisterLocation Method
Call this method to register a type derived from TemplateLocation. All concrete TemplateLocation derivatives must be registered before use in order for Template.Locate and TemplateLocation.Locate reconstitute template location information. This method should only be called at application start-up.

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

public static void RegisterLocation(
	Type type
)

Parameters

type
Type: OnlineSystem Type
The type derived from TemplateLocation to register.
See Also