Class LoginFlags
Bits in login.flags This Enum is used by: login.flags This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class LoginFlags : Enum
Fields
HideIEWarning
1: Hide warning about Internet Explorer being deprecated
Declaration
public const LoginFlags HideIEWarning
Field Value
Type | Description |
---|---|
LoginFlags |
value__
Bits in login.flags This Enum is used by: login.flags This Enum consists of flag values that can be combined.
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)