UserSecurityServicesAddUserToGroup Method |
Adds an pre-existing FactoryLogix user account to an pre-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 AddUserToGroup(
Guid sessionId,
string userGroupName,
string userName
)
Public Sub AddUserToGroup (
sessionId As Guid,
userGroupName As String,
userName As String
)
public:
virtual void AddUserToGroup(
Guid sessionId,
String^ userGroupName,
String^ userName
) sealed
abstract AddUserToGroup :
sessionId : Guid *
userGroupName : string *
userName : string -> unit
override AddUserToGroup :
sessionId : Guid *
userGroupName : string *
userName : 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. - userName
- Type: SystemString
The username of the user account to be added to the user group.
Exceptions See Also