Search Results for

    Show / Hide Table of Contents
    View Source

    Class JsonPatchService

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.Services
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class JsonPatchService : IJsonPatchService

    Constructors

    View Source

    JsonPatchService(IJsonSerializer)

    Declaration
    public JsonPatchService(IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    IJsonSerializer jsonSerializer

    Methods

    View Source

    Patch(JsonPatchViewModel[], object)

    Declaration
    public PatchResult? Patch(JsonPatchViewModel[] patchViewModel, object objectToPatch)
    Parameters
    Type Name Description
    JsonPatchViewModel[] patchViewModel
    object objectToPatch
    Returns
    Type Description
    PatchResult
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX