You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Taxonomy Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Taxonomy Class

This section describes the Web Service methods used with Ektron's Taxonomy. The Taxonomy Web service is a wrapper for the Taxonomy API: Ektron.Cms.API.Content.Taxonomy. These methods can be accessed through the Taxonomy.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Taxonomy/Taxonomy.asmx

 

IMPORTANT: If you are accessing these Web Services remotely, you will need to set the authentication header.

C#
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.None)]
public class Taxonomy : EktronBaseService;
Visual Basic
<WebService(Namespace = "http://tempuri.org/")>
<WebServiceBinding(ConformsTo = WsiProfiles.None)>
Public Class Taxonomy
Inherits EktronBaseService

Taxonomy.cs

Name 
Description 
The methods of the Taxonomy class are listed here. 
 
Name 
Description 
 
This is the overview for the AddTaxonomyItem method overload. 
 
Adds a folder entry into the taxonomy.
This method can be accessed through the Taxonomy.asmx file located in:  
 
Creates a new taxonomy.
This method can be accessed through the Taxonomy.asmx file located in:  
 
Deletes the existing taxonomy.
This method can be accessed through the Taxonomy.asmx file located in:  
 
Returns the taxonomy ID by a given path.
This method can be accessed through the Taxonomy.asmx file located in:  
 
Returns the TaxonomyData with all its subcategories and its items.
This method can be accessed through the Taxonomy.asmx file located in:  
 
Returns all the assigned category for the content ID.
This method can be accessed through the Taxonomy.asmx file located in:  
 
Read the taxonomy data.
This method can be accessed through the Taxonomy.asmx file located in:  
 
Removes the sync up folder from the taxonomy.
This method can be accessed through the Taxonomy.asmx file located in:  
 
Removes an item from the taxonomy.
This method can be accessed through the Taxonomy.asmx file located in:  
 
Reorder the display of taxonomy items.
This method can be accessed through the Taxonomy.asmx file located in:  
 
Updates the existing taxonomy.
This method can be accessed through the Taxonomy.asmx file located in:  
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!