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 Teaming 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 Teaming sources (see Section 1.7.1, Working with Java Objects)