|
|
|
|
|
SaaSAdminListSite (Function) In french: SaaSAdminListeSite Lists the SaaS sites declared in the database of a WEBDEV SaaS web service. 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.
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 web service database.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|