IPublishingManagerUrlMap Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIUrlMap UrlMap(
string id
)
Function UrlMap (
id As String
) As IUrlMap
IUrlMap^ UrlMap(
String^ id
)
abstract UrlMap :
id : string -> IUrlMap Parameters
- id String
- The unique ID of the URL maps collection. It is always tied to the Publishing Target it belongs to.
Example
URL map unique ID example: "UrlMap_PublishingTargets_1" is the ID of URL map for the publishing target "PublishingTargets/1".
Return Value
IUrlMapURL maps collection with matching ID. Returns null if this collection doesn't exist.
See Also