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