Enum TaskDirection
Value for field 'direction' in table 'task'. Controls icons used in GUI This Enum is used by: Task.direction
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum TaskDirection : short
Fields
Name | Description |
---|---|
Incoming | 1: The task is sent in to SuperOffice CRM 5 |
Outgoing | 2: The task is sent out from SuperOffice CRM 5 |
SaintAll | 3: All' choice for Saint. This is NOT an acceptable value for a task definition, but is used by the Saint system for indexing all directions |
Unknown | 0: Unknown - used when initializing |