Click or drag to resize
DebugHelperGetDebugCounter Method
Returns state of the debug counter.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static int GetDebugCounter(
	bool increment
)

Parameters

increment
Type: SystemBoolean
If true, counter is incremented

Return Value

Type: Int32
See Also