Ektron.Cms.Framework.Organization.TaxonomyItemManager

Framework API for managing taxonomy items within the CMS.

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.
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.
TaxonomyService TaxonomyService.
UserId Gets or sets the currently logged in user ID.
Method Description
TaxonomyItemManager Constructor
TaxonomyItemManager(ApiAccessMode) Constructor with api mode
Add(TaxonomyItemData) Adds a new taxonomy item.
Update(TaxonomyItemData) Updates an existing taxonomy item.
Delete(Int64,Int64,TaxonomyItemType) Deletes an existing taxonomy item.
GetList(TaxonomyItemCriteria) Returns a list of all taxonomy items based upon the criteira supplied.