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