Share via


SitesSvcSyncProvider.updateUserPINs Method [AX 2012]

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.

See Also

Reference

SitesSvcSyncProvider Class