JsonPatchDocument.AppendMove(String, String) Method

Definition

Appends a "move" operation to this JsonPatchDocument.

public void AppendMove (string from, string path);
member this.AppendMove : string * string -> unit
Public Sub AppendMove (from As String, path As String)

Parameters

from
String

The path to move from.

path
String

The path to move to.

Applies to