This method is similar to MappingAdd; it adds a new mapping and associates the variable name (varname) with the source name (srcname). The difference is that it also allows you to specify the write-back mode for the mapping using a value from the HDMappingBackfill enumeration. (See also MappingAddEx2.)
This method was introduced with the release of HotDocs 2005 SP2.
void MappingAdd2 ( string varName, string srcName, HotDocs.HDMappingBackfill backfill )
Parameters | Description |
varName | The name of the HotDocs variable to map. |
srcName | The name of the source for the mapping. |
backfill | The write-back mode for the mapping. |