Method FindLooseStringTablesUsingSharedTableData
FindLooseStringTablesUsingSharedTableData(SharedTableData, IList<LocalizationTable>)
If a table does not belong to a LocalizationTableCollection then it is considered to be loose, it has no parent collection and will be ignored. This returns all loose tables that use the same SharedTableData, they could then be converted into a LocalizationTableCollection using CreateCollectionFromLooseTables(IList<LocalizationTable>, string).
Declaration
public static void FindLooseStringTablesUsingSharedTableData(SharedTableData sharedTableData, IList<LocalizationTable> foundTables)
Parameters
Type | Name | Description |
---|---|---|
SharedTableData | sharedTableData | |
IList<LocalizationTable> | foundTables |