JsonPatchDocument.AppendRemove(String) Method

Definition

Appends a "remove" operation to this JsonPatchDocument.

public void AppendRemove (string path);
member this.AppendRemove : string -> unit
Public Sub AppendRemove (path As String)

Parameters

path
String

The path to remove.

Applies to