Method GetCollectionForSharedTableData
GetCollectionForSharedTableData(SharedTableData)
Returns the LocalizationTableCollection that the SharedTableData is part of or null if one could not be found.
Declaration
public static LocalizationTableCollection GetCollectionForSharedTableData(SharedTableData sharedTableData)
Parameters
| Type | Name | Description |
|---|---|---|
| SharedTableData | sharedTableData | The shared table data to match against a collection. |
Returns
| Type | Description |
|---|---|
| LocalizationTableCollection | The found collection or null if one could not be found. |