folder_preDeleteEntry

Predeletes an entry by moving it to the trash.

Syntax

public void folder_preDeleteEntry( String accessToken, long entryId );

Description

The folder_preDeleteEntry operation moves an entry to the trash.

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 move to the trash.

return_value

None.