Enum ImportEntityType
Entitys type for import This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum ImportEntityType
Fields
| Name | Description |
|---|---|
| Contact | 2: Contact |
| Person | 1: Person |
| Product | 4: Product |
| Unknown | 0: Unknown |