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

Specify the sort order of results. Choices are:

  • taxonomy_item _display_order - the order of taxonomy items as set in the Workarea. For additional information, see the CMS400.NET Administrator section “Taxonomy” > “Additional Taxonomy/Category Tasks” > “Change Order of Content Assigned to a Taxonomy/Category”
  • content_title - the content is listed in alphabetical order by title.
  • date_created - content is listed in the order by which it was created.
  • last_edit_date - content is listed in order by its last edit date.

C#
[Bindable(true), Category("Ektron"), DefaultValue(TaxonomyItemSortOrder.content_title), Description("Set the direction of the output.")]
[Personalizable(), WebBrowsable()]
public TaxonomyItemSortOrder ItemSortOrder;
Visual Basic
<Bindable(true), Category("Ektron"), DefaultValue(TaxonomyItemSortOrder.content_title), Description("Set the direction of the output.")>
<Personalizable(), WebBrowsable()>
Public Property ItemSortOrder() As TaxonomyItemSortOrder
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!