You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > ContentList Class > ContentList Properties > OrderKey
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ContentList.OrderKey Property

Sort the list by one of these values:

  • Title - the order of the content’s title.
  • DateModified - the last date the content was modified.
  • DateCreated - the date the content was created.
  • LastEditorFname - the last editor’s first name.
  • LastEditorLname - the last editor’s last name.
  • OrderOfTheIds - preserves the content ID order based on the list in the ContentIds property.

C#
[Bindable(true)]
[DefaultValue(Ektron.Cms.Controls.CmsWebService.ContentListOrderBy.OrderOfTheIds)]
[Description("Sort the list by one of these values: Title, DateModified, DateCreated, LastEditorFname, LastEditorLname or OrderOfTheIds.")]
[Category("Ektron")]
public Ektron.Cms.Controls.CmsWebService.ContentListOrderBy OrderKey;
Visual Basic
<Bindable(true)>
<DefaultValue(Ektron.Cms.Controls.CmsWebService.ContentListOrderBy.OrderOfTheIds)>
<Description("Sort the list by one of these values: Title, DateModified, DateCreated, LastEditorFname, LastEditorLname or OrderOfTheIds.")>
<Category("Ektron")>
Public Property OrderKey() As Ektron.Cms.Controls.CmsWebService.ContentListOrderBy
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!