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

DeleteUserFromRoleAsync Method

Remove the user from the specified role.

Syntax

[VB.NET]
Public Function DeleteUserFromRoleAsync(ByVal RoleName As String, ByVal UserLoginName As String) As Task
[C#]
public Task DeleteUserFromRoleAsync(string roleName, string userLoginName);

Remarks

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

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