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

Enter the number of taxonomy levels to appear below each taxonomy/category. For example, if the taxonomy is Businesses > Restaurants > Pizza and you set TaxonomyDepth to 2, only Business and Restaurants appear.  

Important! - For a live site, Ektron strongly recommends leaving this value at 1. Increasing this value can slow down your live Web server. However, for testing on a staging server, you can increase the depth.  

A depth greater than 1 is only useful if you create a custom output using the Taxonomy’s XML.

C#
[Bindable(true), Category("Ektron"), DefaultValue("1"), Browsable(true)]
[Description("Enter the number of taxonomy levels to appear below each taxonomy/category. For example, if the taxonomy is Businesses > Restaurants > Pizza and you set TaxonomyDepth to 2, only Business and Restaurants appear.")]
public virtual int TaxonomyDepth;
Visual Basic
<Bindable(true), Category("Ektron"), DefaultValue("1"), Browsable(true)>
<Description("Enter the number of taxonomy levels to appear below each taxonomy/category. For example, if the taxonomy is Businesses > Restaurants > Pizza and you set TaxonomyDepth to 2, only Business and Restaurants appear.")>
Public virtual Property TaxonomyDepth() As Integer
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!