folder_unreserveEntry

Releases a locked entry.

Syntax

public void folder_unreserveEntry( String accessToken, long entryId );

Description

The folder_unreserveEntry operation releases a locked entry.

Users reserve and release an entry in the UI by 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 that you want to release from its lock.

return_value

None.

See Also