MembershipClientListByPersonEmail Method |
Lists any room memberships for the given room (by room id) and person (by email address).
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void ListByPersonEmail(
string roomId,
string personEmail,
Action<SparkApiEventArgs<List<Membership>>> completionHandler
)
Parameters
- roomId
- Type: SystemString
The identifier of the room where the memberships belong. - personEmail
- Type: SystemString
The email address of the person who has the memberships. - completionHandler
- Type: SystemActionSparkApiEventArgsListMembership
The completion event handler.
Remarks Since: 0.1.0
See Also