M-Files API 23.11.13135.0
UndeleteUserAccountByGUID Method
VaultUserOperations Object : UndeleteUserAccountByGUID Method
The GUID of the user to be undeleted.
The information to be set for the undeleted user account.
Description
Attempts to undelete a user with the specified GUID and to set its account information. Does not create new accounts.
Syntax
Visual Basic
Public Function UndeleteUserAccountByGUID( _
   ByVal UserAccountGUIDToUndelete As String, _
   ByVal User As UserAccount _
) As UserAccount
Parameters
UserAccountGUIDToUndelete
The GUID of the user to be undeleted.
User
The information to be set for the undeleted user account.
Remarks

Requires M-Files 19.3.7499.1 or later.

This method is available only if M-Files API is used in the server interface mode.

See Also

VaultUserOperations Object  | VaultUserOperations Members