Class ShowTaskItemInClient
Show Task Item In Client This Enum is used by: TaskMenu.showInClient This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ShowTaskItemInClient : Enum
Fields
Mobile
2: Mobile
Declaration
public const ShowTaskItemInClient Mobile
Field Value
Type | Description |
---|---|
ShowTaskItemInClient |
None
0: None
Declaration
public const ShowTaskItemInClient None
Field Value
Type | Description |
---|---|
ShowTaskItemInClient |
value__
Show Task Item In Client This Enum is used by: TaskMenu.showInClient This Enum consists of flag values that can be combined.
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Web
1: SuperOffice Web
Declaration
public const ShowTaskItemInClient Web
Field Value
Type | Description |
---|---|
ShowTaskItemInClient |
Extension Methods
EnumUtil.MapEnums<From, To>(From)