Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IContentSecurityDescriptor

Describes an editable security descriptor that is associated with a Content item.

Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IContentSecurityDescriptor : IEditableSecurityDescriptor, ISecurityDescriptor, IReadOnly

Properties

Gets or sets the content link to the content that the access is set for.

Declaration
ContentReference ContentLink { get; set; }
Property Value
Type Description
ContentReference

Extension Methods