Applies a tag to a folder entry.
public void folder_setEntryTag( String accessToken, Tag tag );
The folder_setEntryTag operation applies a tag to a folder entry.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A Tag Java object containing information about the tag you want to apply.
None.
Java objects in the Vibe sources (see Working with Java Objects)