Search Results for

    Show / Hide Table of Contents
    View Source

    Class RolesEventArgs

    Inheritance
    object
    EventArgs
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class RolesEventArgs : EventArgs

    Constructors

    View Source

    RolesEventArgs(int[], string[])

    Declaration
    public RolesEventArgs(int[] memberIds, string[] roles)
    Parameters
    Type Name Description
    int[] memberIds
    string[] roles

    Properties

    View Source

    MemberIds

    Declaration
    public int[] MemberIds { get; set; }
    Property Value
    Type Description
    int[]
    View Source

    Roles

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