UserSecurityServicesGetAllCertifications Method |
Retrieves a list of all operator certifications that are known to the system. The certifications returned by this
method may or may not be associated to any user accounts, and the effective and expiration date properties
will not be populated. The
Certification objects returned by this method
have a valid Id property, and may be used by subsequent calls to associate certifications to individual users.
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> GetAllCertifications(
Guid sessionId
)
Public Function GetAllCertifications (
sessionId As Guid
) As IEnumerable(Of Certification)
public:
virtual IEnumerable<Certification^>^ GetAllCertifications(
Guid sessionId
) sealed
abstract GetAllCertifications :
sessionId : Guid -> IEnumerable<Certification>
override GetAllCertifications :
sessionId : Guid -> IEnumerable<Certification>
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
Return Value
Type:
IEnumerableCertificationA list of
Certification objects representing all known operator certifications known to the system.
Exceptions See Also