Search Results for

    Show / Hide Table of Contents
    View Source

    Class JsonPatchViewModel

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.JsonPatch
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class JsonPatchViewModel

    Properties

    View Source

    Op

    Declaration
    [Required]
    public string Op { get; set; }
    Property Value
    Type Description
    string
    View Source

    Path

    Declaration
    [Required]
    public string Path { get; set; }
    Property Value
    Type Description
    string
    View Source

    Value

    Declaration
    [Required]
    public object Value { get; set; }
    Property Value
    Type Description
    object
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX