folder_reserveEntry

Reserves an entry.

Syntax

public void folder_reserveEntry( String accessToken, long entryId );

Description

The folder_reserveEntry operation reserves an entry in a folder, preventing others from modifying it.

Users reserve and release an entry in the UI using the Reserve and Unreserve menu items.

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 identifier of the entry you want to reserve.

return_value

None.

See Also