Interface ITeamTagCollection
Tags on the team
Inherited Members
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 |