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
SaaSAdminReadSiteParameter (Function)
In french: SaaSAdminLitParamètreSite
Reads a site parameter that was saved by SaaSAdminWriteSiteParameter. This function can be run outside the relevant SaaS site.
Example
s is string
s = SaaSAdminReadSiteParameter("Jet-Thames", "Smith" ,"logo")
IF ErrorOccurred = True THEN IMG_LogoImage = s
Syntax

Reading an information Hide the details

<Result> = SaaSAdminReadSiteParameter(<SaaS site> , <SaaS client> , <Parameter name>)
<Result>: Variant
Value of sought data.
<SaaS site>: Character string
Name of SaaS site to use.
<SaaS client>: Character string
Name of SaaS client account.
<Parameter name>: Character string
Name of data to read. This data is unique for each client. If this data does not exist, the ErrorOccurred variable is set to True.

Reading an information (by using the saasxxx variables) Hide the details

<Result> = SaaSAdminReadSiteParameter(<SaaS site> , <Client account> , <Parameter name>)
<Result>: Variant
Value of sought data.
<SaaS site>: saasSite variable
Name of the saasSite variable corresponding to the SaaS site to use.
<Client account>: saasClient variable
Name of the saasClient variable corresponding to the SaaS client account.
<Parameter name>: Character string
Name of data to read. This data is unique for each client. If this data does not exist, the ErrorOccurred variable is set to True.
Component: wd290com.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help