Click or drag to resize
InfoObjectRepositoryTCollection, TObject, TSettingsCollectionSettingsByIndex Property
Table of collection settings by index [index -> InfoCollectionSettings]

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected SafeDictionary<int, TSettings> CollectionSettingsByIndex { get; }

Property Value

Type: SafeDictionaryInt32, TSettings
See Also