Click or drag to resize

ClientUpdateTeam Method (Team)

Updates a team using the information in the specified Team object.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public Team UpdateTeam(
	Team team
)

Parameters

team
Type: MattermostDriverTeam
The modified Team object.

Return Value

Type: Team
The newly-updated Team object.
See Also