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

Gets a list of either the active regular expression or a list of all expressions.

C#
public List<UrlAliasRegExData> GetList(PagingInfo paging, long SiteId, bool onlyActive, EkEnumeration.RegExAliasSearchField searchField, string searchValue, EkEnumeration.RegExOrderBy orderBy);
Visual Basic
Public Function GetList(paging As PagingInfo, SiteId As long, onlyActive As bool, searchField As EkEnumeration.RegExAliasSearchField, searchValue As string, orderBy As EkEnumeration.RegExOrderBy) As List<UrlAliasRegExData>
Parameters 
Description 
paging 
The paging object. 
onlyActive 
Set to true to return only the active RegEx. 
searchField 
Decide which field is being searched. Choices are:
  • None
  • All
  • ExpressionName
  • TransformedUrl
 
searchValue 
The value for which to search. 
orderBy 
Select how to order the results. Choices are:
  • None
  • Priority
  • Expression
  • Target
  • Active
  • ExpressionName
  • TransformedUrl
 

Returns either the active regular expression or a list of all expressions.

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!