 | StorageManager Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Content.Items.Queries
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic sealed class StorageManager
Public NotInheritable Class StorageManager
The StorageManager type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | GetById(String, String) | |
 | GetById(String, String, Boolean, DateTime) | |
 | GetById<T>(String) | |
 | GetByIds(String, IEnumerable<String>) | |
 | GetByIds(ItemType, IEnumerable<String>) | |
 | GetByPageId(String, Int32) | Obsolete. |
 | GetByPageId<T>(Int32) | Obsolete. |
 | GetByParagraphId(String, Int32) | Obsolete. |
 | GetByParagraphId<T>(Int32) | Obsolete. |
 | GetByParentPageId(String, Int32) | Obsolete. |
 | GetByParentPageId<T>(Int32) | Obsolete. |
 | Open(String) | |
 | Open(ItemType) | |
 | Open(ItemType, Boolean) | |
 | Open<T>() | |
Top
See Also