Creates a team based on the given Team object.
Namespace:
MattermostDriver
Assembly:
MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntaxpublic Team CreateTeam(
Team team
)
Public Function CreateTeam (
team As Team
) As Team
public:
Team^ CreateTeam(
Team^ team
)
member CreateTeam :
team : Team -> Team
Parameters
- team
- Type: MattermostDriverTeam
The team object to create.
Return Value
Type:
TeamThe newly-created Team object.
See Also