Table of Contents

Class AbstractProviderDictionary

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Holds the collection of available provider dictionaries and provides basic set of actions.

public static class AbstractProviderDictionary
Inheritance
object
AbstractProviderDictionary

Properties

Dictionaries

Collection of all provider dictionaries.

public static IEnumerable<IProviderDictionary> Dictionaries { get; }

Property Value

IEnumerable<IProviderDictionary>

EnableHashTables

Enable hashtables.

public static bool EnableHashTables { get; set; }

Property Value

bool