Click or drag to resize

UserSecurityServicesGetUserCertifications Method

Retrieves the operator certifications associated to a single user, as specified by the userName parameter. The Certification objects returned by this method will have valid effective and expiration dates for this individual user.

Namespace:  FactoryLogix.xTend.Configuration
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<Certification> GetUserCertifications(
	Guid sessionId,
	string userName
)

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 certifications are to be retrieved.

Return Value

Type: IEnumerableCertification
A list of Certification objects representing the operator certifications associated to the user specified by the userName parameter.
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