folder_restoreEntry

Undeletes an entry by removing it from the trash and restoring it to its previous location in the Vibe site.

Syntax

public void folder_restoreEntry( String accessToken, long entryId );

Description

The folder_restoreEntry operation undeletes an entry.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

entryId

The entry identifier of the entry that you want to restore.

return_value

None.