HotDocs_Online.Dependency Object

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.

Interface Information

ProgID: HotDocs_Online.Dependency.10.1
Version Independent ProgID: HotDocs_Online.Dependency
CLSID: {49C9FF42-9559-43EA-91C2-FD79CF9CD9B5}
_Dependency Interface:

IID: {FD02445F-A1FB-4024-B062-B05C87094A07}

Default interface introduced in HotDocs Server 10.1.

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.