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)
Syntaxpublic Team UpdateTeam(
Team team
)
Public Function UpdateTeam (
team As Team
) As Team
public:
Team^ UpdateTeam(
Team^ team
)
member UpdateTeam :
team : Team -> Team
Parameters
- team
- Type: MattermostDriverTeam
The modified Team object.
Return Value
Type:
TeamThe newly-updated Team object.
See Also