Click or drag to resize
AbstractProviderDictionaryGetDictionaries Method
Returns enumerable of provider dictionaries which name starts with defined object type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static IEnumerable<IProviderDictionary> GetDictionaries(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: IEnumerableIProviderDictionary
See Also