AbstractProviderDictionaryGetDictionaries Method |
Returns enumerable of provider dictionaries which name starts with defined object type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static IEnumerable<IProviderDictionary> GetDictionaries(
string objectType
)
Parameters
- objectType
- Type: SystemString
Object type
Return Value
Type:
IEnumerableIProviderDictionarySee Also