Enum DashTileUsage
Defines where a DashTileDefinition can be used This Enum is used by: dashboard_tile_definition.usage This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum DashTileUsage : short
Fields
| Name | Description |
|---|---|
| Dashboard | 1: Visible in the tile library on the dashboard page |
| None | 0: Not visible anywhere |
| Selection | 2: Visible in the tile library on the selection page |