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