Ektron.Cms.Framework.Community.FavoriteTaxonomyManager

Framework API class for managing Favorite Taxonomys.

Properties
ApiMode Gets or sets the current API access mode. If set to Admin, the API runs with the permissions of an administrator.
ContentLanguage Gets or sets the current content language.
FavoriteFolderManagerService returns an instance of the business objects task manager service.
InPreviewMode Gets or sets the current Preview Mode. Returns true if the site is in site preview mode.
RequestInformation Gets the current Request Information.
SitePath Gets the site path.
UserId Gets or sets the currently logged in user ID.
Method Description
FavoriteTaxonomyManager constructor
FavoriteTaxonomyManager(ApiAccessMode) constructor
Add(FavoriteTaxonomyData) Adds a Favorite's Taxonomy to the CMS.
Update(FavoriteTaxonomyData) Updates a Favorite's Taxonomy.
Delete(Int64) Deletes a Favorite's Taxonomy item
GetItem(Int64) Gets a single favorite's Taxonomy. To retrieve the whole or partial parts of the tree, use GetTree().
GetTree(Int64,Int32,Boolean,PagingInfo) Gets a Favorite's Taxonomy Tree.
GetUserTaxonomy(Int64) Gets a user's Favorites Taxonomy.