Try our conversational search powered by Generative AI!

Class RegisterVirtualRoleEventData

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Class that will be send with remote events when Virtual roles gets registred

Inheritance
System.Object
RegisterVirtualRoleEventData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Security.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class RegisterVirtualRoleEventData

Constructors

RegisterVirtualRoleEventData()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Constructor

Declaration
public RegisterVirtualRoleEventData()

Properties

Name

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Name of the virtual role

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

TypeName

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Full type name of the virtual role

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

Extension Methods