Click or drag to resize

TeamMembershipClientList Method

Lists all team memberships where the authenticated user belongs.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void List(
	string teamId,
	Nullable<int> max,
	Action<SparkApiEventArgs<List<TeamMembership>>> completionHandler
)

Parameters

teamId
Type: SystemString
Limit results to a specific team, by ID.
max
Type: SystemNullableInt32
The maximum number of team memberships in the response.
completionHandler
Type: SystemActionSparkApiEventArgsListTeamMembership
The completion event handler.
Remarks
Since: 0.1.0
See Also