|
|
|
|
|
SaaSAdminListSite (Function) In french: SaaSAdminListeSite 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.
// 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|