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