View Source
Class RolesEventArgs
Inheritance
object
EventArgs
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
View Source
Roles
Declaration
public string[] Roles { get; set; }
Property Value
| Type |
Description |
| string[] |
|