Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberGroupCacheRefresher.JsonPayload

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public class JsonPayload

    Constructors

    View Source

    JsonPayload(Int32, String)

    Declaration
    public JsonPayload(int id, string name)
    Parameters
    Type Name Description
    System.Int32 id
    System.String name

    Properties

    View Source

    Id

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • JsonPayload(Int32, String)
    • Properties
      • Id
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX