Click or drag to resize

UserSecurityServices.GetUser Method

Retrieves the details of a particular FactoryLogix user account.

Namespace:  FactoryLogix.xTend.Configuration
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.251.0.0 (8.251.0.0)
Syntax
public User GetUser(
	Guid sessionId,
	string userName
)

Parameters

sessionId
Type: System.Guid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
userName
Type: System.String
The username of the user account whose personalized system setting is being requested.

Return Value

Type: User
A User object representing the details for the requested FactoryLogix user account.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ArgumentExceptionOccurs if any of the parameters are invalid.
UserNotFoundExceptionThrown if the userName parameter is invalid.
See Also