Removes the specified Windows accounts from the specified roles.
Removes the specified Windows accounts from the specified roles.
public void RemoveUsersFromRolesById(NTAccount[],Guid[]);
Removes a list of users specified by repository ids from the specified roles.
public void RemoveUsersFromRolesById(String[],Guid[]);
Removes the specified user names from the specified roles.
public void RemoveUsersFromRolesById(String[],String[]);
VGRolesInstance Class | Novalys.VisualGuard.Security.Membership Namespace | RepositoryId