Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates user PIN numbers on the server.
Syntax
protected void updateUserPINs(
Array _pinsAdded,
Array _pinsDeleted,
DOCommonErrorList _errors)
Run On
Called
Parameters
- _pinsAdded
Type: Array Class
An array of containers that contain a CloudUserId value and a TemporaryPIN value.
- _pinsDeleted
Type: Array Class
An array of containers that contain a CloudUserId value and a TemporaryPIN value.
- _errors
Type: DOCommonErrorList Class
A list of errors that were returned from the server.