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

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

Parameters

key
Type: SystemString
Item identifier
value
Type: SystemInt64
Item value

Return Value

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