Table of Contents

Interface IGraphGroupCollection

Namespace
PnP.Core.Model.Security
Assembly
PnP.Core.dll

Public interface to define a collection of Microsoft 365 Groups

public interface IGraphGroupCollection : IQueryable<IGraphGroup>, IQueryable, IAsyncEnumerable<IGraphGroup>, IDataModelCollection<IGraphGroup>, IEnumerable<IGraphGroup>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<IGraphGroup>, ISupportModules<IGraphGroupCollection>
Inherited Members
Extension Methods