Table of Contents

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 string

Type of the collection

Returns

TCollection