Interface ILegacySiteCollectionPermission
  
  Defines the permissions a legacy principal (ILegacyPrincipal) has on a site collection
 
  
  
  
  
  
  Assembly: PnP.Core.Admin.dll
  
  Syntax
  
    public interface ILegacySiteCollectionPermission
   
  
  
  
  
  Properties
  
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  List for which the permissions is granted. If empty guid then the permissions is granted on the web or site collection level
 
  
  Declaration
  
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  
  
  Declaration
  
    LegacySiteCollectionPermissionRight Right { get; }
   
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  Site collection for which the permissions is granted
 
  
  Declaration
  
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  Web for which the permissions is granted. If empty guid then the permissions is granted on the site collection level
 
  
  Declaration
  
  
  
  
  
  Property Value