Enum DeltaState
State of delta This Enum is used by: ConfigurableScreenDelta.deltaState
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum DeltaState : short
Fields
| Name | Description |
|---|---|
| Draft | 1: Draft |
| Published | 2: Published |
| Unknown | 0: No state applicable for this delta, or not yet decided |