Lists teams to which the authenticated user belongs.
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void List(
Nullable<int> max,
Action<WebexApiEventArgs<List<Team>>> completionHandler
)
Parameters
- max
- Type: SystemNullableInt32
The maximum number of teams in the response. if null, list all teams. - completionHandler
- Type: SystemActionWebexApiEventArgsListTeam
The completion event handler.
Remarks Since: 0.1.0
See Also