This method retrieves the variable name (varname) and source name (srcname) for a mapping in the collection.
void MappingItem ( object index, out string varName, out string srcName )
Parameters | Description |
Index | The index of the item in the Mapping collection to retrieve. This can either be a number, which will return the mapping at the Index position in the collection, or a string, which is interpreted as the name of a HotDocs variable. |
varName | The name of the HotDocs variable in the mapping. |
srcName | The name of the source in the mapping. |