Enum Severity
Severity level associated with a comment. A higher severity level can make the comment more prominent in the user interface.
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public enum SeverityFields
| Name | Description | 
|---|---|
| High | Error, a severe issue | 
| Invalid | Sentinel, not used | 
| Low | Informational purpose | 
| Medium | Warning, likely an important issue | 
| Undefined | The severity level has not been specified |