Click or drag to resize
ProviderDictionaryTKey, TValueGetDictionaries Method
Gets the Arraylist of dictionaries of specified object type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static ArrayList GetDictionaries(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: ArrayList
See Also