IPublishingManagerUrlMaps Method Ingeniux CMS Content Store API

Retrieves all URL Map Collections

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<IUrlMap> UrlMaps(
	out int count
)

Parameters

count
Type: SystemInt32
Output count of the URL map collections

Return Value

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

Reference