UserSecurityServicesGetUser 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.245.0.0 (8.245.0.0)
Syntax public User GetUser(
Guid sessionId,
string userName
)
Public Function GetUser (
sessionId As Guid,
userName As String
) As User
public:
virtual User^ GetUser(
Guid sessionId,
String^ userName
) sealed
abstract GetUser :
sessionId : Guid *
userName : string -> User
override GetUser :
sessionId : Guid *
userName : string -> User
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 whose personalized system setting is being requested.
Return Value
Type:
UserA
User object representing the details for the requested FactoryLogix user account.
Exceptions See Also