Enum DeltaType
Type and content of delta This Enum is used by: ConfigurableScreenDelta.deltaType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum DeltaType : short
Fields
| Name | Description |
|---|---|
| CustomFields | 3: UDefs and extrafields, generated by code |
| CustomObjectArchivePanel | 5: Archive panels for extra/custom tables, generated by code |
| Customized | 4: Customized, added by admin user |
| System | 1: System |
| Unknown | 0: Unknown |
| WebPanel | 2: WebPanel from list table extapp, generated by code |