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

Gets a list of manual aliases for a site by providing the site's ID.

C#
public List<UrlAliasManualData> GetList(PagingInfo paging, long siteId, EkEnumeration.UrlAliasingOrderBy orderBy);
Visual Basic
Public Function GetList(paging As PagingInfo, siteId As long, orderBy As EkEnumeration.UrlAliasingOrderBy) As List<UrlAliasManualData>
Parameters 
Description 
paging 
The paging object. 
siteId 
The ID of the site. 
orderBy 
Select the order of the list. Choices are:
  • None
  • ContentLanguage
  • SourceName
  • Active
  • Type
 

A list of manual 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!