Interface ISharePointGroupCollection
Public interface to define a collection of SharePoint groups
public interface ISharePointGroupCollection : IQueryable<ISharePointGroup>, IQueryable, IAsyncEnumerable<ISharePointGroup>, IDataModelCollection<ISharePointGroup>, IEnumerable<ISharePointGroup>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<ISharePointGroup>, ISupportModules<ISharePointGroupCollection>
- Inherited Members
- Extension Methods
Methods
Add(string)
Adds a new group
ISharePointGroup Add(string name)
Parameters
namestringName of the new group to add
Returns
AddAsync(string)
Adds a new group
Task<ISharePointGroup> AddAsync(string name)
Parameters
namestringName of the new group to add
Returns
AddBatch(Batch, string)
Adds a new group
ISharePointGroup AddBatch(Batch batch, string name)
Parameters
Returns
AddBatch(string)
Adds a new group
ISharePointGroup AddBatch(string name)
Parameters
namestringName of the new group to add
Returns
AddBatchAsync(Batch, string)
Adds a new group
Task<ISharePointGroup> AddBatchAsync(Batch batch, string name)
Parameters
Returns
AddBatchAsync(string)
Adds a new group
Task<ISharePointGroup> AddBatchAsync(string name)
Parameters
namestringName of the new group to add