Click or drag to resize
SearchSettingsItems Property
Gets list of all settings items indexed by GUID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public SafeDictionary<Guid, SearchSettingsInfo> Items { get; }

Property Value

Type: SafeDictionaryGuid, SearchSettingsInfo
See Also