Enum DocTmplInvitationType
Is this document template some kind of appointment document, and if so what This Enum is used by: DocTmpl.invitationDocType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum DocTmplInvitationType : short
Fields
Name | Description |
---|---|
Cancelled | 3: 3 - Cancelled appointment |
Changed | 2: 2 - Changed appointment |
New | 1: 1 - New appointment |
None | 0: None - Not an appointment type |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.DocTmplInvitationType, To>()