Interface ISharePointGroupCollection
Public interface to define a collection of SharePoint groups
Assembly: PnP.Core.dll
Syntax
public interface ISharePointGroupCollection : IDataModelCollection<ISharePointGroup>, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<ISharePointGroup>, ISupportModules<ISharePointGroupCollection>
Methods
Declaration
ISharePointGroup Add(string name)
Parameters
System.String
name
Name of the new group to add
|
Returns
Declaration
Task<ISharePointGroup> AddAsync(string name)
Parameters
System.String
name
Name of the new group to add
|
Returns
Declaration
ISharePointGroup AddBatch(Batch batch, string name)
Parameters
Batch
batch
Batch to add the request to
|
System.String
name
Name of the new group to add
|
Returns
Declaration
ISharePointGroup AddBatch(string name)
Parameters
System.String
name
Name of the new group to add
|
Returns
Declaration
Task<ISharePointGroup> AddBatchAsync(Batch batch, string name)
Parameters
Batch
batch
Batch to add the request to
|
System.String
name
Name of the new group to add
|
Returns
Declaration
Task<ISharePointGroup> AddBatchAsync(string name)
Parameters
System.String
name
Name of the new group to add
|
Returns
Extension Methods