UserSecurityServicesUpdateUser Method |
Updates the details of a particular FactoryLogix user account.
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 UpdateUser(
Guid sessionId,
User user
)
Public Sub UpdateUser (
sessionId As Guid,
user As User
)
public:
virtual void UpdateUser(
Guid sessionId,
User^ user
) sealed
abstract UpdateUser :
sessionId : Guid *
user : User -> unit
override UpdateUser :
sessionId : Guid *
user : User -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - user
- Type: FactoryLogix.xTend.DataObjectsUser
A User object that was retrieved by a previous Get or Create method call, and contains a valid ID field.
Exceptions See Also