Creates a mapping between the URIs in a source table and the indexes in the current table.
            
            
            
            
 Syntax
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As StringTable
Dim source As StringTable
Dim updateTable As Boolean
Dim value() As UShort
 
value = instance.CreateMapping(source, updateTable)
 | 
Parameters
- source
- The string table to map.
- updateTable
- if set to trueif missing URIs should be added to the current tables.
Return Value
A list of indexes in the current table.
 Requirements
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 See Also
See Also