AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones SaaS
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
Versión mínima requerida
  • Versión 17
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local