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