Spark SDK Docs
Spark SDK Docs
SparkSDK
TeamMembershipClient Class
TeamMembershipClient Methods
CreateByEmail Method
CreateById Method
Delete Method
Get Method
List Method
Update Method
TeamMembershipClient
Get Method
Retrieves the details for a membership by id.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
Copy
public
void
Get
(
string
membershipId
,
Action
<
SparkApiEventArgs
<
TeamMembership
>>
completionHandler
)
Parameters
membershipId
Type:
System
String
The identifier of the membership.
completionHandler
Type:
System
Action
SparkApiEventArgs
TeamMembership
The completion event handler.
Remarks
Since: 0.1.0
See Also
Reference
TeamMembershipClient Class
SparkSDK Namespace