Visual Guard Class Library Documentation

VGRoles.RemoveUsersFromRolesById Method (String[], Guid[])

Removes a list of users specified by repository ids from the specified roles.

public static void RemoveUsersFromRolesById(
   String[] userIds,
   Guid[] roleIds
);

Parameters

userIds
An array of repository id identifying the users to remove from the specified roles.
roleIds
An array of repository id identifying the roles to remove the specified users from.

Exceptions

Exception Type Condition
ArgumentNullException roleIds is null.

-or-

userIds is null or one of the user ids is null.
ArgumentException One of the roles was not found in the repository for the application.

-or-

roleIds contains a duplicate element.

-or-

userIds contains a duplicate element.

-or-

One of the users was not found in the repository.
SecurityException The current user has not enough privileges to use Membership API. The Membership access level of the application must be sufficient to allows this action or the 'Membership Manager' role must be granted to the user by using the Visual Guard console.

See Also

VGRoles Class | Novalys.VisualGuard.Security.Membership Namespace | VGRoles.RemoveUsersFromRolesById Overload List | RepositoryId | RepositoryId