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

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

Parameters

key
Type: System.String
Item identifier
value
Type: System.Int64
Item value

Return Value

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