ProviderDictionaryTKey, TValueAdd Method (TKey, TValue, Boolean) |
Adds the specified object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public virtual void Add(
TKey key,
TValue value,
bool logTask
)
Parameters
- key
- Type: TKey
Key to add - value
- Type: TValue
Value - logTask
- Type: SystemBoolean
If true, web farm task is logged
See Also