Method GetBaseCatalogFilename
GetBaseCatalogFilename(string)
Gets the base filename for the catalog based on the locator ID. Returns "catalog" for the default catalog address, otherwise returns the locator ID.
Declaration
protected string GetBaseCatalogFilename(string catalogLocatorId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | catalogLocatorId | The catalog locator identifier. |
Returns
| Type | Description |
|---|---|
| string | The base filename to use for the catalog. |