Class AssignedContentPermissions
The permissions assigned to a content node
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class AssignedContentPermissions : EntityBasic
Remarks
The underlying Entity
Properties
View SourceAssignedPermissions
The assigned permissions to the content item organized by permission group name
Declaration
public IDictionary<string, IEnumerable<Permission>> AssignedPermissions { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System. |