PackagePathTemplateLocation Class
PackagePathTemplateLocation is a PackageTemplateLocation that expects a package to exist on disk. Furthermore, the package content is extracted to a subfolder of the package folder. The subfolder's name consists of the package ID followed by a ".dir" extension. To extract package content elsewhere, derive a different PackageTemplateLocation class.
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 class PackagePathTemplateLocation : PackageTemplateLocation
See Also