Search Results for

    Show / Hide Table of Contents
    View Source

    Class MacroCacheRefresher.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 alias)
    Parameters
    Type Name Description
    System.Int32 id
    System.String alias

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; }
    Property Value
    Type Description
    System.String
    View Source

    Id

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