Search Results for

    Show / Hide Table of Contents

    Enum SiteCollectionFilter

    Defines which site collections need to be returned by the site collection enumeration methods

    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public enum SiteCollectionFilter : int

    Default

    Default filter, currently comes down to all regular site collections and personal site collections (= OneDrive for Business)

    ExcludePersonalSites

    Skip personal sites (ODB)

    OnlyPersonalSites

    Return only personal sites (ODB)

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