UserSecurityServicesGetAllUsers Method |
Retrieves the details of all FactoryLogix user accounts.
Namespace:
FactoryLogix.xTend.Configuration
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<User> GetAllUsers(
Guid sessionId
)
Public Function GetAllUsers (
sessionId As Guid
) As IEnumerable(Of User)
public:
virtual IEnumerable<User^>^ GetAllUsers(
Guid sessionId
) sealed
abstract GetAllUsers :
sessionId : Guid -> IEnumerable<User>
override GetAllUsers :
sessionId : Guid -> IEnumerable<User>
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
Return Value
Type:
IEnumerableUserA list of
User objects representing the details for each FactoryLogix user account.
Exceptions See Also