Class ContentSecurityEventArg
Argument used in Content
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentSecurityEventArg : EventArgs
Constructors
ContentSecurityEventArg(ContentReference, IContentSecurityDescriptor, SecuritySaveType)
Initializes a new instance of the Content
Declaration
public ContentSecurityEventArg(ContentReference contentLink, IContentSecurityDescriptor contentSecurityDescriptor, SecuritySaveType securitySaveType)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content link. |
IContent |
contentSecurityDescriptor | The content security descriptor. |
Security |
securitySaveType | Type of the security save. |
Properties
ContentLink
Gets or sets the content link.
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type | Description |
---|---|
Content |
The content link. |
ContentSecurityDescriptor
Gets or sets the content security descriptor.
Declaration
public IContentSecurityDescriptor ContentSecurityDescriptor { get; protected set; }
Property Value
Type | Description |
---|---|
IContent |
The content security descriptor. |
SecuritySaveType
Gets or sets the type of the security save.
Declaration
public SecuritySaveType SecuritySaveType { get; protected set; }
Property Value
Type | Description |
---|---|
Security |
The type of the security save. |