JsonPatchDocument.AppendCopy(String, String) Method

Definition

Appends a "copy" operation to this JsonPatchDocument.

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

Parameters

from
String

The path to copy from.

path
String

The path to copy to.

Applies to