UserSecurityServicesDeleteUser Method |
Permanently removes a particular FactoryLogix user account from the system.
All roles, certifications, and other information associated to this acccount will be
deleted as well.
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 DeleteUser(
Guid sessionId,
string userName
)
Public Sub DeleteUser (
sessionId As Guid,
userName As String
)
public:
virtual void DeleteUser(
Guid sessionId,
String^ userName
) sealed
abstract DeleteUser :
sessionId : Guid *
userName : string -> unit
override DeleteUser :
sessionId : Guid *
userName : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - userName
- Type: SystemString
The username of the user account to be deleted.
Exceptions See Also