You are here

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();