SaaS CMS has officially launched! Learn more now.

Class RegisterVirtualRoleEventData

Class that will be send with remote events when Virtual roles gets registred

Inheritance
System.Object
RegisterVirtualRoleEventData
Namespace: EPiServer.Security.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class RegisterVirtualRoleEventData : Object

Constructors

RegisterVirtualRoleEventData()

Constructor

Declaration
public RegisterVirtualRoleEventData()

Properties

Name

Name of the virtual role

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

TypeName

Full type name of the virtual role

Declaration
public string TypeName { get; set; }
Property Value
Type Description
System.String

Extension Methods