AbstractProviderDictionaryReloadDictionaries Method |
Reloads the dictionaries of specified object type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static void ReloadDictionaries(
string objectType,
bool logTasks
)
Parameters
- objectType
- Type: SystemString
Object type - logTasks
- Type: SystemBoolean
If true, the web farm tasks are logged
See Also