DefaultModuleUsageDataCollectionAdd Method (String, Boolean) |
Adds usage data item to collection.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public bool Add(
string key,
bool value
)
Parameters
- key
- Type: SystemString
Item identifier - value
- Type: SystemBoolean
Item value
Return Value
Type:
BooleanTrue if the element is added, false if the element is already present.
Implements
IModuleUsageDataCollectionAdd(String, Boolean)See Also