Click or drag to resize
IInfoObjectRepositoryTCollection Interface
Interface for generic info object repository of collections

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public interface IInfoObjectRepository<out TCollection>

Type Parameters

TCollection

The IInfoObjectRepositoryTCollection type exposes the following members.

Methods
  NameDescription
Public methodNewCollection
Creates new collection for the data.
Top
See Also