You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.UrlAliasing Namespace > Classes > UrlAliasManual Class > UrlAliasManual Methods > GetList Method > GetList
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
UrlAliasManual.GetList Method (PagingInfo, long, bool, EkEnumeration.UrlAliasingOrderBy)

Gets a list of active aliases or a list of all aliases for a content item by providing its ID.

C#
public List<UrlAliasManualData> GetList(PagingInfo paging, long contentId, bool onlyActive, EkEnumeration.UrlAliasingOrderBy orderBy);
Visual Basic
Public Function GetList(paging As PagingInfo, contentId As long, onlyActive As bool, orderBy As EkEnumeration.UrlAliasingOrderBy) As List<UrlAliasManualData>
Parameters 
Description 
paging 
The paging object. 
contentId 
The content's ID. 
onlyActive 
Set to true to only return a list of active manual aliases. 
orderBy 
Select the order of the list. Choices are:
  • None
  • ContentId
  • ContentLanguage
  • ContentTitle
  • IsDefault
  • IsEnabled
  • Target
  • SiteId
  • QueryString
  • FileExtension
  • DisplayAlias
 

A list of only active or inactive aliases for a content item.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!