Search Results for

    Show / Hide Table of Contents

    Interface ISharePointGroupCollection

    Public interface to define a collection of SharePoint groups

    Inherited Members
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    IRequestableCollection.Requested
    IRequestableCollection.Length
    IRequestableCollection.RequestedItems
    IRequestableCollection.Clear()
    IDataModelCollectionLoad<ISharePointGroup>.LoadAsync(Expression<Func<ISharePointGroup, Object>>[])
    IDataModelCollectionLoad<ISharePointGroup>.LoadBatchAsync(Batch, Expression<Func<ISharePointGroup, Object>>[])
    Namespace: PnP.Core.Model.Security
    Assembly: PnP.Core.dll
    Syntax
    public interface ISharePointGroupCollection : IDataModelCollection<ISharePointGroup>, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<ISharePointGroup>, ISupportModules<ISharePointGroupCollection>

    Methods

    Add(String)

    Adds a new group

    Declaration
    ISharePointGroup Add(string name)
    Parameters
    System.String name

    Name of the new group to add

    Returns
    ISharePointGroup

    AddAsync(String)

    Adds a new group

    Declaration
    Task<ISharePointGroup> AddAsync(string name)
    Parameters
    System.String name

    Name of the new group to add

    Returns
    Task<ISharePointGroup>

    AddBatch(Batch, String)

    Adds a new group

    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
    ISharePointGroup

    AddBatch(String)

    Adds a new group

    Declaration
    ISharePointGroup AddBatch(string name)
    Parameters
    System.String name

    Name of the new group to add

    Returns
    ISharePointGroup

    AddBatchAsync(Batch, String)

    Adds a new group

    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
    Task<ISharePointGroup>

    AddBatchAsync(String)

    Adds a new group

    Declaration
    Task<ISharePointGroup> AddBatchAsync(string name)
    Parameters
    System.String name

    Name of the new group to add

    Returns
    Task<ISharePointGroup>

    Extension Methods

    DataModelCollectionLoadExtensions.LoadBatchAsync<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelCollectionLoadExtensions.LoadBatchAsync<TModel>(IDataModelCollectionLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelCollectionLoadExtensions.LoadBatch<TModel>(IDataModelCollectionLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelCollectionLoadExtensions.LoadBatch<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelCollectionLoadExtensions.Load<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[])
    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    QueryableExtensions.AsRequested<TSource>(IDataModelCollection<TSource>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer