Class ContentSecurityDeleteEventArg
Argument used in Content
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentSecurityDeleteEventArg : EventArgs
Constructors
ContentSecurityDeleteEventArg(String, SecurityEntityType)
Initializes a new instance of the Content
Declaration
public ContentSecurityDeleteEventArg(string userOrRoleName, SecurityEntityType securityEntityType)
Parameters
Type | Name | Description |
---|---|---|
System. |
userOrRoleName | |
Security |
securityEntityType |
Properties
SecurityEntityType
Gets or sets the type of the security entity.
Declaration
public SecurityEntityType SecurityEntityType { get; }
Property Value
Type | Description |
---|---|
Security |
The entity type of the security. |
UserOrRoleName
Gets or sets the user or role name.
Declaration
public string UserOrRoleName { get; }
Property Value
Type | Description |
---|---|
System. |
The user or role name. |