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