Undeletes an entry by removing it from the trash and restoring it to its previous location in the Vibe site.
public void folder_restoreEntry( String accessToken, long entryId );
The folder_restoreEntry operation undeletes an entry.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The entry identifier of the entry that you want to restore.
None.