This method opens a HotDocs component file and populates the ComponentCollection with the variables from it. Unlike the Open method, however, this method does not open shared component files. For example, if you open component file A that points to component file B, the ComponentCollection would contain the variables from component file A.
void OpenBase ( string FileName )
Parameters | Description |
FileName | The file system path of a HotDocs template, clause library, or component file. In the case of a template or clause library, this method will open the associated component file. |