Tags are simple text labels that are attached to a piece of content, such as a folder,
file, wiki page, discussion, event and so on. Each piece of content can have multiple tags.
Folders also have a TagScope object which encapsulates information about the tags used on
content in that folder. The TagScope object contains an array that lists Tags in count
order. There are methods to find out how many times a particular tag is used.
Information | Tags |
---|---|
Java API | To manage content tags use the TaggingService, see also the JavaDocs. |
JavaScript API | Use the taggingService root object, for more info see the Tagging JavaScript API Documentation |
SkyVault REST API | Tags REST API documentation |
Mobile SDK (iOS) | The TaggingService is exposed. The Model also exposes the Tag data structure. |
Mobile SDK (Android) | The TaggingService is exposed. The Model also exposes the Tag data structure. |
More Information | None |