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: 7.19.2Syntax
public class VirtualRoleReplicationEventArgs : EventArgsConstructors
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 | 
