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.245.0.0 (8.245.0.0)
Syntax public IEnumerable<Certification> GetUserCertifications(
Guid sessionId,
string userName
)
Public Function GetUserCertifications (
sessionId As Guid,
userName As String
) As IEnumerable(Of Certification)
public:
virtual IEnumerable<Certification^>^ GetUserCertifications(
Guid sessionId,
String^ userName
) sealed
abstract GetUserCertifications :
sessionId : Guid *
userName : string -> IEnumerable<Certification>
override GetUserCertifications :
sessionId : Guid *
userName : string -> IEnumerable<Certification>
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:
IEnumerableCertificationA list of
Certification objects representing the operator certifications associated to the user specified by the userName parameter.
Exceptions See Also