TeamMembershipClientUpdate Method  | 
 
            Updates the details for a membership by id.
            
 
    Namespace: 
   WebexSDK
    Assembly:
   WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void Update(
	string membershipId,
	Nullable<bool> isModerator,
	Action<WebexApiEventArgs<TeamMembership>> completionHandler
)
Parameters
- membershipId
 - Type: SystemString
The identifier of the membership. - isModerator
 - Type: SystemNullableBoolean
if set to true [is moderator of the team]. The default is false. - completionHandler
 - Type: SystemActionWebexApiEventArgsTeamMembership
The completion event handler. 
RemarksSince: 0.1.0
See Also