Enum WidgetTheme
Chat Topic widget_theme: classic(0) or modern(1). This Enum is used by: chat_topic.widget_theme
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum WidgetTheme : short
Fields
Name | Description |
---|---|
Classic | 0: Set widget theme to classic |
Modern | 1: Set widget theme to modern |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.WidgetTheme, To>()