Skip to main content
Home

Search form

Menu

Search form

  • What's new in SkyVault
  • SkyVault 2.0 overview
  • Video tutorials
  • Using SkyVault
  • Developing
    • Introduction
    • Architectural Overview
    • Overview of SkyVault APIs
    • Content modeling
    • Developing Extensions
      • Web scripts
        • Repository-tier web scripts
          • Understanding web scripts
          • Web script types
          • Web Script Framework
          • Invoking web scripts
          • Working with client limitations
          • Exception handling in web scripts
          • Caching
          • Authenticating web scripts
          • Forms and web scripts
          • Internationalization (i18n)
          • Java-backed web scripts
          • Tutorials
          • Root objects
          • Scripting API
            • ScriptNode API
            • Actions API
              • create
            • Classification API
            • Logging API
            • People API
            • ScriptAction API
            • Search API
            • Session API
            • SessionTicket API
            • Utility methods
          • Services API
      • Presentation-tier web scripts
    • Extension packaging
    • SkyVault Public Java API
  • Share extensions
  • Developing Client Applications
  • SkyVault SDK 2.1.1
  • Copyright
  • Disclaimer
  • You are here

    SkyVault 2.0 » Developing » Developing Extensions » Web scripts » Repository-tier web scripts » SkyVault Repository JavaScript API reference » Scripting API » Actions API

    create

    create(name) returns the ScriptAction object with the name specified.

    Parameters

    name
    A string representing the name of the action to return a ScriptAction object for.

    Returns

    The ScriptAction object for the given action name, or null if the action name is not registered.

    Parent topic: Actions API

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