UserSecurityServicesGetCertification Method |
Retrieves a single operator certification based on the friendly name of the certification.
The certification 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 object returned by this method
has 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 Certification GetCertification(
Guid sessionId,
string certificationName
)
Public Function GetCertification (
sessionId As Guid,
certificationName As String
) As Certification
public:
virtual Certification^ GetCertification(
Guid sessionId,
String^ certificationName
) sealed
abstract GetCertification :
sessionId : Guid *
certificationName : string -> Certification
override GetCertification :
sessionId : Guid *
certificationName : string -> Certification
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - certificationName
- Type: SystemString
The friendly name of the operator certification to be retrieved.
Return Value
Type:
CertificationA
Certification object representing the operator certification specified by the certificationName parameter.
Exceptions See Also