Click or drag to resize

RFC6902_OperationType Enumeration

Represents the type of an operation, being part of a PATCH request following the RFC 6902. https://tools.ietf.org/html/rfc6902

Namespace:  Packflow.Rest
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataContractAttribute]
public enum RFC6902_OperationType
Members
  Member nameValueDescription
Test0 Test operation. For a remove or replace operation, if -no old value is specified -DoNotCheckConcflicts=true is not specified in the query string -VersionNumber is not specified in the query string a test is mandatory to check the previous value has not changed since last item load.
Remove1 Remove oprtation. Clears the value of a field.
Add2 Add operation. CURRENTLY PARTIALLY HANDLED. Only handled for these field types: Choice, Note, Numeric, Text, User.
Replace3 Replace operation. Sets a value in an item's field.
Move4 Move operation. CURRENTLY NOT HANDLED.
Copy5 Copy operation. CURRENTLY NOT HANDLED.
See Also