Class 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 sealed class WidgetTheme : Enum
Fields
Classic
0: Set widget theme to classic
Declaration
public const WidgetTheme Classic
Field Value
Type | Description |
---|---|
WidgetTheme |
Modern
1: Set widget theme to modern
Declaration
public const WidgetTheme Modern
Field Value
Type | Description |
---|---|
WidgetTheme |
value__
Chat Topic widget_theme: classic(0) or modern(1). This Enum is used by: chat_topic.widget_theme
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)