Click or drag to resize

ClientGetTeamStats Method

Returns team statistics for the specified team.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public TeamStats GetTeamStats(
	string team_id
)

Parameters

team_id
Type: SystemString
The team ID.

Return Value

Type: TeamStats
A TeamStats object for the specified team.
See Also