folder_setEntryTag

Applies a tag to a folder entry.

Syntax

public void folder_setEntryTag( String accessToken, Tag tag );

Description

The folder_setEntryTag operation applies a tag 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.

tag

A Tag Java object containing information about the tag you want to apply.

return_value

None.

See Also