Interface IInfoObjectRepository<TCollection>
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Interface for generic info object repository of collections
public interface IInfoObjectRepository<out TCollection>
Type Parameters
TCollection
- Extension Methods
Methods
NewCollection(string)
Creates new collection for the data.
TCollection NewCollection(string type)
Parameters
type
stringType of the collection
Returns
- TCollection