Class ContentSecurityEventArg
Argument used in ContentSecuritySaved event.
Inheritance
System.Object
System.EventArgs
ContentSecurityEventArg
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7Syntax
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. |