Click or drag to resize
LogItemTypeEnum Enumeration
Log item type used for LogItem object.

Namespace: CMS.ContinuousIntegration
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public enum LogItemTypeEnum
Members
  Member nameValueDescription
Info0 Informational message type.
Error1 Error message type.
See Also