UserSecurityServicesRemoveUserCertifications Method |
Removes the specified operator certifications from specified user.
All effectivity date information for this user-certification association will be
permanently deleted. If a certification is specified that is not presently
associated to the user, it will be ignored.
Namespace:
FactoryLogix.xTend.Configuration
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void RemoveUserCertifications(
Guid sessionId,
string userName,
IEnumerable<Certification> certificationsToRemove
)
Public Sub RemoveUserCertifications (
sessionId As Guid,
userName As String,
certificationsToRemove As IEnumerable(Of Certification)
)
public:
virtual void RemoveUserCertifications(
Guid sessionId,
String^ userName,
IEnumerable<Certification^>^ certificationsToRemove
) sealed
abstract RemoveUserCertifications :
sessionId : Guid *
userName : string *
certificationsToRemove : IEnumerable<Certification> -> unit
override RemoveUserCertifications :
sessionId : Guid *
userName : string *
certificationsToRemove : IEnumerable<Certification> -> unit
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. - certificationsToRemove
- Type: System.Collections.GenericIEnumerableCertification
A list of Certification objects representing the operator certifications to be removed from this user.
Exceptions See Also