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