Search Results for

    Show / Hide Table of Contents

    Class GeneralUISettings

    GeneralUISettings contains global ui settings exposed by API

    Inheritance
    System.Object
    GeneralUISettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.GiteaOrgManager.Client
    Assembly: Dangl.GiteaOrgManager.dll
    Syntax
    public class GeneralUISettings

    Properties

    | Improve this Doc View Source

    Allowed_reactions

    Declaration
    public ICollection<string> Allowed_reactions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Custom_emojis

    Declaration
    public ICollection<string> Custom_emojis { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Default_theme

    Declaration
    public string Default_theme { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH