You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.UrlAliasing Namespace > Classes > UrlAliasAuto Class > UrlAliasAuto Methods > GetList
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
UrlAliasAuto.GetList Method

Gets a list of records.

C#
public List<UrlAliasAutoData> GetList(PagingInfo paging, long siteId, int contentLanguage, EkEnumeration.AutoAliasSearchField searchField, string searchValue, EkEnumeration.AutoAliasOrderBy orderBy);
Visual Basic
Public Function GetList(paging As PagingInfo, siteId As long, contentLanguage As Integer, searchField As EkEnumeration.AutoAliasSearchField, searchValue As string, orderBy As EkEnumeration.AutoAliasOrderBy) As List<UrlAliasAutoData>
Parameters 
Description 
paging 
The paging object. 
siteId 
The Site ID. 
contentLanguage 
The language ID. 
searchField 
The type of search to perform.
  • None
  • All
  • ContentId
  • ContentTitle
  • Target
  • [Alias]
 
searchValue 
The value for which to search. 
orderBy 
Select the order of the list. Choices are:
  • None
  • ContentId
  • ContentLanguage
  • ContentTitle
  • IsDefault
  • IsEnabled
  • Target
  • SiteId
  • QueryString
  • FileExtension
  • DisplayAlias
 

Gets a list of records. Returns an empty list if no data is found.

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!