Interface IJsonPatchService
Namespace: Umbraco.Cms.ManagementApi.Services
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public interface IJsonPatchService
Methods
View SourcePatch(JsonPatchViewModel[], Object)
Declaration
PatchResult? Patch(JsonPatchViewModel[] patchViewModel, object objectToPatch)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonPatchViewModel[] | patchViewModel | |
| System.Object | objectToPatch |
Returns
| Type | Description |
|---|---|
| System.Nullable<PatchResult> |