UserSecurityServicesRemoveUserFromGroup Method |
Removes a single user from a 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 RemoveUserFromGroup(
Guid sessionId,
string userGroupName,
string userName
)
Public Sub RemoveUserFromGroup (
sessionId As Guid,
userGroupName As String,
userName As String
)
public:
virtual void RemoveUserFromGroup(
Guid sessionId,
String^ userGroupName,
String^ userName
) sealed
abstract RemoveUserFromGroup :
sessionId : Guid *
userGroupName : string *
userName : string -> unit
override RemoveUserFromGroup :
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 to be removed from the group.
Exceptions See Also