SaaS CMS has officially launched! Learn more now.

Class VirtualRoleReplicationEventArgs

Event arguments used when replicating changes in virtual roles

Inheritance
System.Object
VirtualRoleReplicationEventArgs
Namespace: EPiServer.Security
Assembly: EPiServer.Framework.dll
Version: 12.0.3
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