folder_getEntryTags

Obtains information about an entry’s tags.

Syntax

public Tag[] folder_getEntryTags( String accessToken, long entryId );

Description

The folder_getEntryTags operation gets information about each of the tags applied to a folder 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 identifier of the entry about whose tags you want information.

return_value

An array of Tag Java objects, where each object contains information about one tag applied to the entry.

See Also