Class ContentSecurityEventArg
Argument used in ContentSecuritySaved event.
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 ContentSecurityEventArg class.
Declaration
public ContentSecurityEventArg(ContentReference contentLink, IContentSecurityDescriptor contentSecurityDescriptor, SecuritySaveType securitySaveType)
Parameters
Type | Name | Description |
---|---|---|
ContentReference | contentLink | The content link. |
IContentSecurityDescriptor | contentSecurityDescriptor | The content security descriptor. |
SecuritySaveType | securitySaveType | Type of the security save. |
Properties
ContentLink
Gets or sets the content link.
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type | Description |
---|---|
ContentReference | The content link. |
ContentSecurityDescriptor
Gets or sets the content security descriptor.
Declaration
public IContentSecurityDescriptor ContentSecurityDescriptor { get; protected set; }
Property Value
Type | Description |
---|---|
IContentSecurityDescriptor | 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 |
---|---|
SecuritySaveType | The type of the security save. |