London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IContentSecurityDescriptor

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

Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 8.11.0
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