ITaxonomyManager Methods |
The ITaxonomyManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllCategories |
Simpler way to get all categories.
|
![]() | Associate |
Associates a Page with a given collection of Category Nodes.
|
![]() | Categories(String) |
Gets Category Nodes by their unique IDs.
|
![]() | Categories(Int32, ILocale, String, Boolean, Int32, Int32) | Gets Category Nodes by initial characters in name, filtered by locale, in a paginated fashion. This is the main way of searching for categories. By default, it returns all categories with all input parameters missing. |
![]() | CategoriesCount |
Gets the count of all Category Nodes.
|
![]() | CategoriesCount(String, ILocale, Boolean) |
Gets the count of Category Nodes by initial characters in name, filtered by locale.
|
![]() | CategoriesCreatedInLocaleCount |
Gets the count of Category Nodes created under a specified locale.
|
![]() | CategoriesOnContentItemTIndex | |
![]() | CategoriesOnPage |
Retrieves a paginated list of all the Category Nodes that are associated with a given Page.
|
![]() | CategoriesOnPageCount |
Gets the count of Category Nodes that are asssociated with the specified Page.
|
![]() | Category |
Retrieves a Category Node by its unique ID.
|
![]() | CategoryIdsForContentItemTIndex | |
![]() | CopyCategory |
Copies a Category Node and its descendants, and places the copy as child or sibling of another Category Node.
|
![]() | CreateCategory |
Creates a new Category Node under another Category Node.
|
![]() | CreateRootCategory |
Creates a new Root Category Node.
|
![]() | DeepCloneT, TManager |
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.) |
![]() | MoveCategory |
Makes a Category Node a child or sibling of another Category Nodee, or turns it into a Root Node.
|
![]() | QuickWrite |
Creates a temporary Write Session to quickly write something outside the current Session and transaction.
This is a way to bypass the transaction and quickly put something into the content store.
(Inherited from ITransactionalEntity.) |
![]() | RemoveCategory |
Removes a Category Node from the content store. This also removes any associations this Category
has with any Pages.
|
![]() | RootCategories |
Returns a paginated list of root Category Node, which are nodes without parent.
|
![]() | RootCategoriesCount |
Gets the count of all Root Categories.
|
![]() | Serialize |
Returns the XML presentation of the Taxonomy Tree
|
![]() ![]() | SerializeAssociations |
Returns the XML presentation of taxonomy associations.
|
![]() | TranslatedCategoriesCount |
Gets the count of Category Nodes that have a translation under any locale.
|
![]() | UnassociateTIndex, TContentItem | |
![]() | UnassociatePage |
Clears all categorization from a Page .
|