Click or drag to resize
DebugHelperIsDebugEnabled Method
Returns true if the given debug is enabled

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static bool IsDebugEnabled(
	string name
)

Parameters

name
Type: SystemString
Debug name

Return Value

Type: Boolean
See Also