Click or drag to resize
DebugConstants Class
Debug related constants.
Inheritance Hierarchy
SystemObject
  CMS.BaseDebugConstants

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public static class DebugConstants

The DebugConstants type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCACHE_ACCESS_DEBUG_NAME
Name of the cache access debug.
Public fieldStatic memberDEBUG_SECURITY_TOKEN
Name of the request header entry for debug security token.
Public fieldStatic memberFILE_DEBUG_NAME
Name of the IO debug.
Public fieldStatic memberHANDLERS_DEBUG_NAME
Name of the event handlers debug.
Public fieldStatic memberMACRO_DEBUG_NAME
Name of the macro debug.
Public fieldStatic memberSECURITY_DEBUG_NAME
Name of the security debug.
Public fieldStatic memberSQL_QUERIES_DEBUG_NAME
Name of the SQL queries debug.
Public fieldStatic memberWEB_FARM_DEBUG_NAME
Name of the web farm debug.
Top
See Also