Class StorageFactory
- Namespace
- Dynamicweb.Content.Items.Queries
- Assembly
- Dynamicweb.dll
Represents a storage factory.
- Inheritance
-
Storage
Factory
- Inherited Members
Constructors
StorageFactory()
Initializes a new instance of an object.
Methods
CreateNonTransactionalRepository(ItemType)
Parameters
metadata
ItemType
Returns
CreateRepository(ItemType)
Creates and opens a new repository.
Parameters
metadata
ItemType Information about the item for which the repository is being created.
Returns
- Repository
Created and opened repository.