Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public Certification GetCertification(
	Guid sessionId,
	string certificationName
)

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: Certification
A Certification object representing the operator certification specified by the certificationName parameter.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ArgumentExceptionOccurs if any of the parameters are invalid.
CertificationNotFoundExceptionThrown if certification specified by the certificationName parameter does not exist.
See Also