Click or drag to resize

VGGroupsInstanceAddUsersToGroup Method (ICollectionString, Guid)

Note: This API is now obsolete.

You can add use to group, this method is not very fast, better if you use AddUsersToGroup(ICollection users, VGGroup group)

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
[ObsoleteAttribute("use AddUsersToGroup(ICollection<VGMembershipUser> users, VGGroup group)")]
public void AddUsersToGroup(
	ICollection<string> usersID,
	Guid groupID
)

Parameters

usersID
Type: System.Collections.GenericICollectionString
User id (RepositoryId of user)
groupID
Type: SystemGuid
Id of Group (Guid)
See Also