Click or drag to resize

IPublishingManagerUrlMaps Method


Retrieves all URL Map Collections

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IUrlMap> UrlMaps(
	out int count
)

Parameters

count  Int32
Output count of the URL map collections

Return Value

IEnumerableIUrlMap
Collection of URL maps. Returns empty collection if no URL maps exist.
See Also