PatchRequest Constructor CTCT Wrapper Documented Class Library
Constructor

Namespace: CTCT.Util
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public PatchRequest(
	string op,
	string path,
	Object value
)

Parameters

op
Type: System String
The operation to perform
path
Type: System String
Where in the object to perform it
value
Type: System Object
The new value to write
See Also