Enum SelectionSystemType
Selection system type - defines if this selection is one that is managed by the system, and what kind it is This Enum is used by: selection.SystemType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum SelectionSystemType
Fields
| Name | Description |
|---|---|
| DashboardTileSelection | 3: Selecton is associated with a dashboard tile |
| PersonalForDashboard | 4: Personal dynamic, for dashboard tiles |
| PersonalForDashboardSecondary | 5: Personal dynamic secondary, for dashboard tiles |
| PersonalForFind | 2: Personal dynamic, for the Find mode in the selection panel |
| TemporaryShortTermStatic | 1: Temporary static selection, one per user, for short-term operations |
| User | 0: User selection, managed by users |