Interface IFolderCollection
Public interface to define a collection of Folder objects
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IFolderCollection : IQueryable<IFolder>, IQueryable, IAsyncEnumerable<IFolder>, IDataModelCollection<IFolder>, IEnumerable<IFolder>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<IFolder>, IDataModelCollectionDeleteByGuidId, ISupportModules<IFolderCollection>