isSiteManager(shortName) checks whether the currently authenticated
user is a site manager or not, for the specified site.
Parameters
- shortName
- The short name of the site.
Returns
Returns a boolean. True is returned if the currently authenticated user is a site manager, false otherwise.
Example
result = siteService.isSiteManager("simple-site");