Click or drag to resize
IModuleUsageCounterIncrement Method
Increments value of the specified counter.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
void Increment(
	string counterName
)

Parameters

counterName
Type: SystemString
Name of the counter.
See Also