Enum RelationTarget
Target type of relation. (Contact, person or both)
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum RelationTarget
Fields
Name | Description |
---|---|
Both | 3: Both |
Contact | 1: Contact |
None | 0: None |
Person | 2: Person |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.RelationTarget, To>()