IPublishingManagerUrlMaps Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<IUrlMap> UrlMaps(
out int count
)
Function UrlMaps (
<OutAttribute> ByRef count As Integer
) As IEnumerable(Of IUrlMap)
IEnumerable<IUrlMap^>^ UrlMaps(
[OutAttribute] int% count
)
abstract UrlMaps :
count : int byref -> IEnumerable<IUrlMap> Parameters
- count Int32
- Output count of the URL map collections
Return Value
IEnumerableIUrlMapCollection of URL maps. Returns empty collection if no URL maps exist.
See Also