IProviderDictionaryRemove Method |
Removes the specified object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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