MembershipClientList Method (String, NullableInt32, ActionWebexApiEventArgsListMembership) |
Lists all memberships in the given space by space Id.
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void List(
string spaceId,
Nullable<int> max,
Action<WebexApiEventArgs<List<Membership>>> completionHandler
)
Parameters
- spaceId
- Type: SystemString
The identifier of the space where the membership belongs. - max
- Type: SystemNullableInt32
The maximum number of memberships in the response. - completionHandler
- Type: SystemActionWebexApiEventArgsListMembership
The completion event handler.
Remarks Since: 0.1.0
See Also