Table of Contents

Class InfoCollectionSettings

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Settings for the info object collection

public class InfoCollectionSettings : BaseCollectionSettings
Inheritance
object
InfoCollectionSettings
Inherited Members
Extension Methods

Constructors

InfoCollectionSettings(string, string)

Constructor

public InfoCollectionSettings(string name, string objectType)

Parameters

name string

Collection name

objectType string

Object type

Properties

CollectionFactory

Factory to provide new collection object

public IObjectFactory CollectionFactory { get; set; }

Property Value

IObjectFactory

ObjectType

Object type

public string ObjectType { get; set; }

Property Value

string

ObjectTypeInternal

Object type

protected override string ObjectTypeInternal { get; }

Property Value

string