Click or drag to resize

IPublishingManagerUrlMap Method


Retrieves a URL Maps Collection by its unique ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IUrlMap UrlMap(
	string id
)

Parameters

id
Type: SystemString
The unique ID of the URL maps collection. It is always tied to the Publishing Target it belongs to.
Examples
URL map unique ID example: "UrlMap_PublishingTargets_1" is the ID of URL map for the publishing target "PublishingTargets/1".

Return Value

Type: IUrlMap
URL maps collection with matching ID. Returns null if this collection doesn't exist.
See Also