Search Results for

    Show / Hide Table of Contents

    Interface ILegacySiteCollectionPermission

    Defines the permissions a legacy principal (ILegacyPrincipal) has on a site collection

    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public interface ILegacySiteCollectionPermission

    Properties

    ListId

    List for which the permissions is granted. If empty guid then the permissions is granted on the web or site collection level

    Declaration
    Guid ListId { get; }
    Property Value
    Guid

    Right

    The granted right

    Declaration
    LegacySiteCollectionPermissionRight Right { get; }
    Property Value
    LegacySiteCollectionPermissionRight

    SiteId

    Site collection for which the permissions is granted

    Declaration
    Guid SiteId { get; }
    Property Value
    Guid

    WebId

    Web for which the permissions is granted. If empty guid then the permissions is granted on the site collection level

    Declaration
    Guid WebId { get; }
    Property Value
    Guid

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer