Constructor LocalizedStringTable
LocalizedStringTable()
Initializes and returns an empty instance of a LocalizedStringTable.
Declaration
public LocalizedStringTable()
LocalizedStringTable(TableReference)
Initializes and returns an instance of a LocalizedStringTable.
Declaration
public LocalizedStringTable(TableReference tableReference)
Parameters
Type | Name | Description |
---|---|---|
TableReference | tableReference | Reference to the String Table Collection. This can either be the name of the collection as a string or the Collection Guid as a System.Guid. |