DependencyType Enumeration
This enumeration lists the kinds of external files upon which a HotDocs template may rely. The possible values are:
HotDocs Directories
Name | Value | Description |
NoDependency | 0 | |
BaseCmpFileDependency | 1 | Base component file |
PointedToCmpFileDependency | 2 | Pointed-to (shared) component file |
TemplateInsertDependency | 3 | Template insertion (INSERT templafefilename) |
ClauseInsertDependency | 4 | Clause insertion (INSERT clausename) |
ClauseLibraryInsertDependency | 5 | Clause library insertion (INSERT clauselibrary) |
ImageInsertDependency | 6 | Image insertion (INSERT filename /IMAGE) |
InterviewImageDependency | 7 | An image included in the interview via a dialog element |
VariableTemplateInsertDependency | 8 | Variable template insertion (INSERT varname) |
VariableImageInsertDependency | 9 | An image inserted via a variable (INSERT varname /IMAGE) |
MissingVariableDependency | 10 | A variable that was referenced but is undefined in the component file |
MissingFileDependency | 11 | A file that was referenced but does not exist |
AssembleDependency | 12 | Template referenced via an ASSEMBLE statement |
PublisherMapFileDependency | 13 | A publisher map file (.hdpmx) |
UserMapFileDependency | 14 | A user map file (.hdumx) |