Click or drag to resize
IProviderDictionaryRemove Method
Removes the specified object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
void Remove(
	Object key,
	bool logTasks
)

Parameters

key
Type: SystemObject
Key to remove
logTasks
Type: SystemBoolean
If true, logs the web farm tasks
See Also