Constructor ContentCatalogData
ContentCatalogData(string)
Creates a new ContentCatalogData object with the specified locator id.
Declaration
public ContentCatalogData(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The id of the locator. |
ContentCatalogData()
Create a new ContentCatalogData object without any data.
Declaration
public ContentCatalogData()
ContentCatalogData(IList<ContentCatalogDataEntry>, string)
Creates a new ContentCatalogData object with the specified locator id.
Declaration
public ContentCatalogData(IList<ContentCatalogDataEntry> entries, string id = null)
Parameters
Type | Name | Description |
---|---|---|
IList<ContentCatalogDataEntry> | entries | |
string | id | The id of the locator. |