Class ItemManager
- Namespace
- Dynamicweb.Content.Items
- Assembly
- Dynamicweb.dll
Represents an item manager. This class cannot be inherited.
- Inheritance
-
Item
Manager
- Inherited Members
Properties
Activation
Gets the activation manager.
Property Value
Editors
Gets the editor manager.
Property Value
IsUpdateError
Gets the editor manager.
Property Value
Metadata
Gets the metadata manager.
Property Value
Storage
Gets the storage manager.
Property Value
Methods
CreateValueConverter()
Creates a default value converter.
Returns
- Value
Converter A default value converter.
CreateValueConverter(bool)
Creates a default value converter.
Parameters
frontend
boolValue indicating whether value converter is used in the frontend.
Returns
- Value
Converter A default value converter.
GetByCategoryId(string)
Gets all child Item
Parameters
categoryName
stringFull name of Item
Type Category
Returns
- IEnumerable<Item
Type > Item
Type children
GetByParentId(string)
Parameters
Returns
- IEnumerable<Item
Type > Item
Type children
GetCategoriesByParentId(string)
Gets all child Item
Parameters
parentCategoryFullName
stringFull name of Item
Type Category
Returns
- IEnumerable<Item
Type >Category Item
Type childrenCategory
Initialize()
Initializes the item manager.
UpdateMetadata()
Updates item metadata.