Class ListItemPermission
Class used to temporarily hold list item level permissions that need to be re-applied
Inheritance
System.Object
ListItemPermission
Namespace: PnP.Framework.Modernization.Entities
Assembly: PnP.Framework.dll
Syntax
public class ListItemPermission : object
Properties
Principals
Resolved principals used in those roles, kept for performance reasons
Declaration
public Dictionary<string, Principal> Principals { get; set; }
Property Value
Dictionary<System.String, Principal>
|
RoleAssignments
Roles assigned to the list item
Declaration
public RoleAssignmentCollection RoleAssignments { get; set; }
Property Value
RoleAssignmentCollection
|