Click or drag to resize
DefaultModuleUsageDataCollectionAdd Method (String, Double)
Adds usage data item to collection.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public bool Add(
	string key,
	double value
)

Parameters

key
Type: SystemString
Item identifier
value
Type: SystemDouble
Item value

Return Value

Type: Boolean
True if the element is added, false if the element is already present.

Implements

IModuleUsageDataCollectionAdd(String, Double)
See Also