Click or drag to resize

TeamClientCreate Method

Creates a team. The authenticated user is automatically added as a member of the team. See the Team Memberships API to learn how to add more people to the team.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Create(
	string name,
	Action<SparkApiEventArgs<Team>> completionHandler
)

Parameters

name
Type: SystemString
A user-friendly name for the team.
completionHandler
Type: SystemActionSparkApiEventArgsTeam
The completion event handler.
Remarks
Since: 0.1.0
See Also