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

The order of the list to be returned. Order by:

  • Title - The title of the content block
  • ID - The content block ID number
  • Date Created - The date the content block was created
  • Date Modified - The date the content block was last modified
  • LastEditorLname - The last editor’s last name
  • LastEditorFname - The last editor’s first name

C#
[Bindable(true)]
[Category("Ektron")]
[Description("This value determines how to order the return list. Choices are: Title, ID. Date Created, Date Modified, LastEditorLname or LastEditorFname.")]
[Personalizable(), WebBrowsable()]
public Ektron.Cms.Controls.CmsWebService.ContentOrderBy OrderBy;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("This value determines how to order the return list. Choices are: Title, ID. Date Created, Date Modified, LastEditorLname or LastEditorFname.")>
<Personalizable(), WebBrowsable()>
Public Property OrderBy() As Ektron.Cms.Controls.CmsWebService.ContentOrderBy
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!