Click or drag to resize

TaxonomyTreeServices Methods


The TaxonomyTreeServices type exposes the following members.

Methods
  Name Description
Public method AddAssociationToCategory Associates a Category with a Page. This operation categiorizes the given Page with given Category.
Public method CategoriesWithAssociations  
Public method CategoryHasAssociations  
Public method Clone Copies a Category Node and place it under specified target Category Node
Public method CreateCategoryStructure Creates a entire branch of Category nodes. This is the method to mass create categories.
Public method CreateNewCategory Creates a new Category Node in a specific Locale.
Public method GetAssociationsToPage Retrieves all the Categories associated with given Page
Public method GetCategoriesInfo Retrieves basic information of Categories by their Ids
Public method GetCategoryAncestorIds Retrieves the list of all ancestor Category Node Ids for a given Category Node
Public method GetCategoryAssociations Retrieves all the Pages associated with given Category.
Public method GetCategorySynonyms Retrieves the collection of Synonyms for given Category under specified Locale
Public method GetChildren Retrieves children Nodes of a specific Category Node in the Taxonomy Tree
Public method GetChildrenPaged Retrieves a range of Category nodes information, that are children of specified Category Node
Public method GetStats Retrieves the statistics of the Taxonomy system
Public method GetTaxonomyLookup Obsolete.
Searches for Categories with initial characters in their names
Public method Move Moves a Category Node from one location to another
Public method QuickSearch Quick search for Categories with initial characters in their names
Public method RecurseToNode Retrieves the entire ancestors collection to the given category. Includes all root categories. Each ancestor entry contains its children entries.
Public method RemoveAssociationsToCategory Removes a list of Page associations to a given Category Node
Public method RemoveCategory Permenantly deletes a Category from the Taxonomy system. This operation also removes the association of this Category to all Pages.
Public method SetAssociationsToPage Associates a collection of Categories to given page
Public method SetCategoryInformation Updates the details of Category Node
Public method SetCategoryPermissions Updates the security permission for a Category
Public method SetCategorySynonyms Updates the Synonyms listing under specified locale for a Category
Public method UpdateAssociationsToPage Updates categorization to specific page
Top
See Also