HotDocs.Server.Dependency Class
This object represents a single dependency (file) that is required by a template. A dependency may be a template, component, image, or any other kind of file required by the template.
Namespace: HotDocs.Server
Assembly: HotDocs.Server in HotDocs.Server.dll
Properties
Property | Description |
Dependencies | [Read-only] This property returns a collection of depenencies on which the current dependency depends. |
DependencyType | [Read-only] This property returns one of the values from the DependencyType Enumeration that indicates what kind of dependency it is. |
Target | [Read-only] This property returns the target name of the dependency. For example, if your template contains an INSERT instruction, the target of the dependency as a result of that instruction is the name of the template file being inserted. |