ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
  • Properties specific to saasVisit variables
  • WLanguage functions that use the saasVisit type
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
saasVisit (Type of variable)
In french: saasVisite
The saasVisit is used to find out all the characteristics of a SaaS user's visit. The characteristics of this type of variable can be known via different WLanguage properties.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
T is array of saasVisit
T = SaaSAdminListVisit("MySaaSSite", "Client1")
Remarks

Properties specific to saasVisit variables

The following properties can be used to handle a saasVisit variable:
Property nameType usedEffect
DateDateTimeDate and time the user logged in.
This property is read-only.
DurationDurationConnection time.
This property is read-only.
SitesaasSiteSite to which the user logged in.
This property is read-only.
UsersaasUserUser who visited the site.
This property is read-only.

WLanguage functions that use the saasVisit type

SaaSAdminListVisitReturns the list of visits to a SaaS site.
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/26/2023

Send a report | Local help