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
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
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 |