IPublishingTargetUrlMap Method
|
Retrieves the
URL Map for this publishing target.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxFunction UrlMap As IUrlMap
abstract UrlMap : unit -> IUrlMap
Return Value
IUrlMapURL map for this publishing target
Remarks
When a publishing target is not published yet, the URL map will be empty. The very first full publish populates the URL map for all pages marked for publish on that publishing target.
See Also