Click or drag to resize

MembershipClientListByPersonId Method

Lists any room memberships for the given room (by room id) and person (by person id).

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void ListByPersonId(
	string roomId,
	string personId,
	Action<SparkApiEventArgs<List<Membership>>> completionHandler
)

Parameters

roomId
Type: SystemString
The identifier of the room where the memberships belong.
personId
Type: SystemString
The identifier of the person who has the memberships.
completionHandler
Type: SystemActionSparkApiEventArgsListMembership
The completion event handler.
Remarks
Since: 0.1.0
See Also