Class ChatWidgetSize
Chat widget size: normal or large
Inheritance
System.Object
ChatWidgetSize
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ChatWidgetSize : Enum
Fields
Large
1: Large size chat widget.
Declaration
public const ChatWidgetSize Large
Field Value
Type | Description |
---|---|
ChatWidgetSize |
Normal
0: Normal chat widget size.
Declaration
public const ChatWidgetSize Normal
Field Value
Type | Description |
---|---|
ChatWidgetSize |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)