Search Results for

    Show / Hide Table of Contents

    Interface ITeamTagCollection

    Tags on the team

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

    Methods

    Add(TeamTagOptions)

    Adds a new tag to a team

    Declaration
    ITeamTag Add(TeamTagOptions options)
    Parameters
    TeamTagOptions options

    Tag creation options

    Returns
    ITeamTag

    Newly created tag

    AddAsync(TeamTagOptions)

    Adds a new tag to a team

    Declaration
    Task<ITeamTag> AddAsync(TeamTagOptions options)
    Parameters
    TeamTagOptions options

    Tag creation options

    Returns
    Task<ITeamTag>

    Newly created tag

    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.QueryProperties<TResult>(ISupportQuery<TResult>, Expression<Func<TResult, Object>>[])
    QueryableExtensions.AsRequested<TSource>(IDataModelCollection<TSource>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer