Click or drag to resize
ProviderDictionaryTKey, TValueReloadDictionaries Method
Reloads the dictionaries of specified object type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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