Visual Guard Class Library Documentation

VGRolesInstance.RemoveUsersFromRolesById Method

Removes the specified Windows accounts from the specified roles.

Overload List

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[]);

See Also

VGRolesInstance Class | Novalys.VisualGuard.Security.Membership Namespace | RepositoryId