ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Lists the SaaS sites declared in the database of a WEBDEV SaaS Webservice.
Remarks:
  • To use this function, a SaaS management session must have been started previously with SaaSAdminConnect.
  • The SaaS administrator will have access to all SaaS sites. A manager of client accounts will only have access to the sites for which he has a subscription.
Example
// Initialize a list with the SaaS sites
lstSite is array of saasSite
lstSite = SaaSAdminListSite()
 
FOR EACH SaasSite OF lstSite
ListAdd(LIST_Sites, SaasSite.Name)
END
Syntax
<Result> = SaaSAdminListSite()
<Result>: Array of saasSite variables
List of SaaS sites declared in the Webservice database.
Component: wd290com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help