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 SourceAllowed_reactions
Declaration
public ICollection<string> Allowed_reactions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |
Custom_emojis
Declaration
public ICollection<string> Custom_emojis { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |
Default_theme
Declaration
public string Default_theme { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |