TemplatePackage CurrentPath Property
Returns the current path, i.e. the file path used in the Open function. If Open hasn't been called, return null.

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

public string CurrentPath { get; }

Property Value

Type: OnlineString
See Also