Table of Contents

Enum SiteCollectionFilter

Namespace
PnP.Core.Admin.Model.SharePoint
Assembly
PnP.Core.Admin.dll

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

public enum SiteCollectionFilter

Fields

Default = 0

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

ExcludePersonalSites = 1

Skip personal sites (ODB)

OnlyPersonalSites = 2

Return only personal sites (ODB)