Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberGroupCacheRefresher.JsonPayload

    Represents the JSON payload for member group cache refresh operations.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberGroupCacheRefresher.JsonPayload

    Constructors

    View Source

    JsonPayload(int, string)

    Initializes a new instance of the MemberGroupCacheRefresher.JsonPayload class.

    Declaration
    public JsonPayload(int id, string name)
    Parameters
    Type Name Description
    int id

    The identifier of the member group.

    string name

    The name of the member group.

    Properties

    View Source

    Id

    Gets the identifier of the member group.

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

    Name

    Gets the name of the member group.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX