PackageTemplateLocation Class
PackageTemplateLocation is the base class representing all template locations where the template resides in a package. This class provides access to the package ID, the package manifest, and the package itself.
Inheritance Hierarchy

Online System Object
  HotDocs.Sdk TemplateLocation
    HotDocs.Sdk PackageTemplateLocation
      HotDocs.Sdk PackagePathTemplateLocation

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

public abstract class PackageTemplateLocation : TemplateLocation
See Also