|
|
|
|
SaaSAdminReadSiteParameter (Function) In french: SaaSAdminLitParamètreSite
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|