Skip to main content
Home

Search form

Menu

Search form

  • Overview
  • How To videos
  • Getting Started with SkyVault
  • Using SkyVault
  • Customizing
  • Programming
    • Integrating your application with SkyVault
    • Designing your application
    • Programming with CMIS
    • Programming with the repository
    • Programming with SkyVault services
    • Programming with Surf
    • Web Scripts
    • Scripting API
    • Services API
      • Site service
        • Site service object
          • createSite
          • listSites
          • listSiteRoles
          • listUserSites
          • getSite
          • getSites
          • findSites
          • hasCreateSitePermissions
          • isSiteManager
          • cleanSitePermissions
        • Site object
      • Activities service
      • Tagging service
      • Thumbnail service
      • Rendition service
      • Authority service
      • Workflow service
  • Copyright
  • Disclaimer
  • You are here

    SkyVault Enterprise 4.1.10 » Programming » SkyVault API Reference » Repository JavaScript API » Services API » Site service » Site service object

    hasCreateSitePermissions

    hasCreateSitePermissions() returns true if the currently logged on user has permission to create a site.

    Returns

    Returns a boolean. Returns true if the currently authenticated user has permission to create a site, false otherwise.

    Example

      var result = siteService.hasCreateSitePermissions();
          
    Parent topic: Site service object

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