Ektron.Cms.Framework.Settings.TaxonomyCustomPropertyManager

Framework API class for managing Taxonomy Custom property definitions.

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.
UserId Gets or sets the currently logged in user ID.
Method Description
TaxonomyCustomPropertyManager constructor
TaxonomyCustomPropertyManager(ApiAccessMode) constructor
GetItem(Int64,Int32) Returns details of a CustomProperty.
GetList(Int32,PagingInfo) Returns a list of CustomPropertyData objects with their details.
GetList(CustomPropertyObjectType,Int32,PagingInfo) Returns a list of CustomPropertyData objects with their details.
GetListNonTranslated(Int64) Returns a list of non translated LanguageData objects.
GetListTranslated(Int64) Returns a list of translated LanguageData objects.
Add(CustomPropertyData) Adds a new Taxonomy Custom Property.
Update(CustomPropertyData) Updates an existing Taxonomy CustomProperty.
Delete(Int64,Int32) Deletes an existing CustomProperty