Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<Certification> GetAllCertifications(
	Guid sessionId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.

Return Value

Type: IEnumerableCertification
A list of Certification objects representing all known operator certifications known to the system.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
See Also