Interface ITeamManager
Teams management features
public interface ITeamManager
Methods
CreateTeam(TeamOptions, TeamCreationOptions)
Creates a Teams team and returns a PnPContext to start using the created Team
PnPContext CreateTeam(TeamOptions teamToCreate, TeamCreationOptions creationOptions = null)
Parameters
teamToCreateTeamOptionsInformation about the Team to create
creationOptionsTeamCreationOptionsOptions to control the Team creation flow
Returns
CreateTeamAsync(TeamOptions, TeamCreationOptions)
Creates a Teams team and returns a PnPContext to start using the created Team
Task<PnPContext> CreateTeamAsync(TeamOptions teamToCreate, TeamCreationOptions creationOptions = null)
Parameters
teamToCreateTeamOptionsInformation about the Team to create
creationOptionsTeamCreationOptionsOptions to control the Team creation flow