Click or drag to resize

Operation Enumeration

Operation for an imported ExchangeObject.

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum Operation
Members
  Member nameValueDescription
Create0
Update1
UpdateIfExists2
UpdateOrCreate3
Delete4
DeleteIfExists5
None6
See Also