Click or drag to resize

UserSecurityServicesRemoveAllUserCertifications Method

Removes all operator certifications that are associated to the specified user. All effectivity date information for this user-certification association will be permanently deleted.

Namespace:  FactoryLogix.xTend.Configuration
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void RemoveAllUserCertifications(
	Guid sessionId,
	string userName
)

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 updated.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotAuthorizedExceptionOccurs if the current user is not authorized to use this feature.
ArgumentExceptionOccurs if any of the parameters are invalid.
UserNotFoundExceptionThrown if the userName parameter is invalid.
NotAuthorizedExceptionThrown when not authorized to perform the function.
See Also