UserSecurityServicesDeleteUserGroup Method |
Permanently removes a particular FactoryLogix user group from the system.
All roles, group members, and other information associated to this acccount
will be disassociated from the deleted group, but not deleted.
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 DeleteUserGroup(
Guid sessionId,
string userGroupName
)
Public Sub DeleteUserGroup (
sessionId As Guid,
userGroupName As String
)
public:
virtual void DeleteUserGroup(
Guid sessionId,
String^ userGroupName
) sealed
abstract DeleteUserGroup :
sessionId : Guid *
userGroupName : string -> unit
override DeleteUserGroup :
sessionId : Guid *
userGroupName : 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 be deleted.
Exceptions See Also