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, int, EkEnumeration.UrlAliasingOrderBy)

Gets a list of aliases for a site by providing paging, site ID, language and order by information.

C#
public List<UrlAliasManualData> GetList(PagingInfo paging, long siteId, int contentLanguage, EkEnumeration.UrlAliasingOrderBy orderBy);
Visual Basic
Public Function GetList(paging As PagingInfo, siteId As long, contentLanguage As Integer, orderBy As EkEnumeration.UrlAliasingOrderBy) As List<UrlAliasManualData>
Parameters 
Description 
paging 
The paging object. 
siteId 
The ID of the site. 
contentLanguage 
The language ID. 
orderBy 
Select the order of the list. Choices are:
  • None
  • ContentId
  • ContentLanguage
  • ContentTitle
  • IsDefault
  • IsEnabled
  • Target
  • SiteId
  • QueryString
  • FileExtension
  • DisplayAlias
 

A list of aliases for a site.

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!