Skip to main content
Home

Search form

Menu

Search form

  • What's new in SkyVault
  • SkyVault 2.0 overview
  • SkyVault 2.0 video tutorials
  • Getting Started guides
  • Using SkyVault
  • Admin QuickStart
  • For Developers
    • Customizing Explorer and Share
    • Developing Applications and Extensions
      • Designing your application
      • SkyVault Repository
      • SkyVault Services
      • SkyVault Integration
      • Web Scripts
      • SkyVault Extensions
      • Share extensions
      • Maven SkyVault SDK
      • Programming with Surf
      • Content modeling
      • SkyVault 2.0 API
      • Scripting API
      • Services API
        • Activities service
        • Authority service
        • Rendition service
        • Site service
        • Tagging service
          • createTag
          • deleteTag
          • getTag
          • getTags
          • TagScope object
        • Thumbnail service
        • Workflow service
  • SkyVault Public Java API
  • Copyright
  • Disclaimer
  • You are here

    SkyVault 2.0 » For Developers » Developing Applications and Extensions » SkyVault API Reference » Repository JavaScript API » Services API » Tagging service

    createTag

    createTag(store, tag) creates a node representing the tag.

    Parameters

    store
    A store reference string designating the store in which to create the tag.
    tag
    A string designating the tag to create.

    Returns

    A ScriptNode object corresponding to the created tag. Null if the tag can not be created.

    Example

        model.node = taggingService.createTag("workspace://SpacesStore", "cloud");        
          
    Parent topic: Tagging service

    © 2017 TBS-LLC. All Rights Reserved.    Follow @twitter