Class RoleChangeEventArgs
Inherited Members
Namespace: DotNetNuke.Entities.Modules.Communications
Assembly: DotNetNuke.dll
Syntax
public class RoleChangeEventArgs : ModuleCommunicationEventArgs
Constructors
RoleChangeEventArgs()
Declaration
public RoleChangeEventArgs()
Properties
PortalId
Declaration
public string PortalId { get; set; }
Property Value
Type | Description |
---|---|
string |
RoleId
Declaration
public string RoleId { get; set; }
Property Value
Type | Description |
---|---|
string |