Search Results for

    Show / Hide Table of Contents

    Class NotificationSettings

    Inheritance
    System.Object
    NotificationSettings
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class NotificationSettings : object

    Properties

    | Improve this Doc View Source

    ManagerLanguageCompleted

    Declaration
    public bool? ManagerLanguageCompleted { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    ManagerNewStrings

    Declaration
    public bool? ManagerNewStrings { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    TranslatorNewStrings

    Declaration
    public bool? TranslatorNewStrings { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX