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