Class VirtualRoleReplicationEventArgs

Event arguments used when replicating changes in virtual roles

Inheritance
System.Object
System.EventArgs
VirtualRoleReplicationEventArgs
Inherited Members
System.EventArgs.Empty
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
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public class VirtualRoleReplicationEventArgs : EventArgs

Constructors

VirtualRoleReplicationEventArgs()

Constructor

Declaration
public VirtualRoleReplicationEventArgs()

Properties

Name

Name of the virtual role

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

RepositoryName

The source of the replication event (multiple respositories share the same events)

Declaration
public string RepositoryName { 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