You are here: Data Classes > TaxonomyRequest Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
TaxonomyRequest Class
C#
[Serializable()]
public class TaxonomyRequest : TaxonomyBaseRequest;
Visual Basic
<Serializable()>
Public Class TaxonomyRequest
Inherits TaxonomyBaseRequest

TaxonomyData.vb

This is class Ektron.Cms.TaxonomyRequest.

Name 
Description 
The properties of the TaxonomyRequest class are listed here. 
 
Name 
Description 
 
Gets or sets number of taxonomy levels to retrieve below each taxonomy/category. For example, if the taxonomy is Businesses > Restaurants > Pizza , and you set this property to 2, only Business and Restaurants are available in code behind.
To retrieve the all of the categories for a taxonomy recursively, enter -1.
The default value is 1.
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.  
 
Deprecated. Not in use.  
 
When True, include all items from the taxonomy's structure. When false, use only the taxonomy category's structure.  
 
Gets or sets whether preview content should be included in the taxonomy category.  
 
Gets or sets the quantity of items in each taxonomy category.  
 
Gets or sets a list of taxonomy items IDs associated with content.  
 
Gets or sets the item type being assigned to the taxonomy.  
 
Gets or set the path of the taxonomy category. For example, "\New Hampshire\Restaurants\Pizza"  
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!