HotDocs.Server.DependencyType Enum
The DependencyType enumeration provides a list of ways a HotDocs template can rely on a another item (represented by a Dependency object). For example, a template may depend on a primary component file in order to assemble a document.
| Enumeration | Value | Syntax | Description |
| AssembleDependency | 12 | public const HotDocs.Server.DependencyType AssembleDependency | Template referenced via an ASSEMBLE statement. |
| BaseCmpFileDependency | 1 | public const HotDocs.Server.DependencyType BaseCmpFileDependency | Base component file. |
| ClauseInsertDependency | 4 | public const HotDocs.Server.DependencyType ClauseInsertDependency | Clause insertion (INSERT clausename). |
| ClauseLibraryInsertDependency | 5 | public const HotDocs.Server.DependencyType ClauseLibraryInsertDependency | Clause library insertion (INSERT clauselibrary) |
| ImageInsertDependency | 6 | public const HotDocs.Server.DependencyType ImageInsertDependency | Image insertion (INSERT filename /IMAGE) |
| InterviewImageDependency | 7 | public const HotDocs.Server.DependencyType InterviewImageDependency | An image included in the interview via a dialog element |
| MissingFileDependency | 11 | public const HotDocs.Server.DependencyType MissingFileDependency | A file that was referenced but does not exist. |
| MissingVariableDependency | 10 | public const HotDocs.Server.DependencyType MissingVariableDependency | A variable that was referenced but is undefined in the component file. |
| NoDependency | 0 | public const HotDocs.Server.DependencyType NoDependency | No dependency. |
| PointedToCmpFileDependency | 2 | public const HotDocs.Server.DependencyType PointedToCmpFileDependency | Pointed-to (shared) component file. |
| PublisherMapFileDependency | 13 | public const HotDocs.Server.DependencyType PublisherMapFileDependency | A publisher map file (.hdpmx). |
| TemplateInsertDependency | 3 | public const HotDocs.Server.DependencyType TemplateInsertDependency | Template insertion (INSERT templafefilename). |
| UserMapFileDependency | 14 | public const HotDocs.Server.DependencyType UserMapFileDependency | A user map file (.hdumx). |
| VariableImageInsertDependency | 9 | public const HotDocs.Server.DependencyType VariableImageInsertDependency | An image inserted via a variable (INSERT varname /IMAGE). |
| VariableTemplateInsertDependency | 8 | public const HotDocs.Server.DependencyType VariableTemplateInsertDependency | Variable template insertion (INSERT varname). |