folder_setRating

Sets a rating for a folder entry.

Syntax

public void folder_setRating( String accessToken, long entryId, long value );

Description

The folder_setRating operation applies a “star” rating to an entry.

In the UI, entries can have ratings that range from a lowest value of 1 star to the highest value of 5 stars.

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 for which you want to apply a rating.

ratingValue

An integer indicating how many stars you want to set as the rating.

return_value

None.

See Also