Visual Guard Class Library Documentation

VGRoles.RemoveUsersFromRolesById Method

Removes the specified Windows accounts from the specified roles.

Overload List

Removes the specified Windows accounts from the specified roles.

public static void RemoveUsersFromRolesById(NTAccount[],Guid[]);

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

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

See Also

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