Search Results for

    Show / Hide Table of Contents

    Enum CommentSeverity

    Supported values of comment severity.

    Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    [DataContract]
    [JsonConverter(typeof(EnumConverter), new object[] { CommentSeverity.Medium })]
    public enum CommentSeverity

    Fields

    Name Description
    High

    High comment severity.

    Low

    Low comment severity.

    Medium

    Medium comment severity (default).

    In this article
    Back to top Generated by DocFX