SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

DeleteUserFromGroupAsync Method

Remove the user from the specified group.

Syntax

[VB.NET]
Public Function DeleteUserFromGroupAsync(ByVal GroupName As String, ByVal UserLoginName As String) As IAsyncAction
[C#]
public IAsyncAction DeleteUserFromGroupAsync(string groupName, string userLoginName);

Remarks

This method is the asynchronous version of the DeleteUserFromGroup method and is used to support asynchronous operations in WinRT. Please refer to DeleteUserFromGroup for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0