Visual Guard Class Library Documentation

VGRoles.AddUsersToRolesById Method

Adds the specified Windows accounts to the specified roles.

Overload List

Adds the specified Windows accounts to the specified roles.

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

Adds a list of users specified by repository ids to the specified roles.

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

See Also

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