UserSecurityServicesAddUsersToGroup Method |
Adds multiple pre-existing FactoryLogix user accounts to an existing user group.
Namespace:
FactoryLogix.xTend.Configuration
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void AddUsersToGroup(
Guid sessionId,
string userGroupName,
IEnumerable<string> userNames
)
Public Sub AddUsersToGroup (
sessionId As Guid,
userGroupName As String,
userNames As IEnumerable(Of String)
)
public:
virtual void AddUsersToGroup(
Guid sessionId,
String^ userGroupName,
IEnumerable<String^>^ userNames
) sealed
abstract AddUsersToGroup :
sessionId : Guid *
userGroupName : string *
userNames : IEnumerable<string> -> unit
override AddUsersToGroup :
sessionId : Guid *
userGroupName : string *
userNames : IEnumerable<string> -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - userGroupName
- Type: SystemString
The name of the user group to which the user should be added. - userNames
- Type: System.Collections.GenericIEnumerableString
A list of usernames that are to be added to the user group.
Exceptions See Also