Search Results for

    Show / Hide Table of Contents
    View Source

    Class JsonPatchViewModel

    Inheritance
    System.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
    System.String
    View Source

    Path

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

    Value

    Declaration
    [Required]
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Op
      • Path
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX