Click or drag to resize

TeamClientGet Method

Retrieves the details for a team by id.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Get(
	string teamId,
	Action<WebexApiEventArgs<Team>> completionHandler
)

Parameters

teamId
Type: SystemString
The identifier of the team.
completionHandler
Type: SystemActionWebexApiEventArgsTeam
The completion event handler.
Remarks
Since: 0.1.0
See Also