ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / WEBDEV Application Server remote control functions / Types of variables
  • Properties specific to WBAdminAccount variables
  • Functions that use WBAdminAccount variables
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
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server. The characteristics of this WEBDEV account can be defined and changed using 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
wbAuthLogin is WBAdminAuth
wbAuthLogin.ServerAddress = "https://my-server.internal/"
wbAuthLogin.User = "WWW\DATA"
wbAuthLogin.Password = "www"
 
WBAccounts is array of WBAdminAccounts = WBAdminListAccount(wbAuthLogin)
FOR i = 1 _TO_ WBAccounts.Count
Trace(WBAccounts[i].User)
END
Properties

Properties specific to WBAdminAccount variables

The following properties can be used to handle a WEBDEV account:
Property nameType usedEffect
AddressCharacter stringAddress of the account user.
ActiveAccountBoolean
  • True if the account is active,
  • False otherwise.
AdministratorAccountBoolean
  • True if the account is an administrator account,
  • False otherwise.
ApplicationUserCharacter stringName of the Windows account used to run sites and web services. The associated password is the one used for the Windows account.
CompanyCharacter stringCompany of the account user.
DeploymentAccountBoolean
  • True if the user can deploy sites and services,
  • False otherwise.
EmailCharacter stringEmail address of the account user.
FolderDataCharacter stringDirectory of data files for the applications and WEBDEV sites associated with this account.
LastNameFirstNameCharacter string Last name and first name of the user.
MaxNumberConnectionIntegerMaximum number of connections allowed for all the user's sites and web services.
MaxNumberRESTIntegerMaximum number of REST web services allowed for the user.
MaxNumberSiteIntegerMaximum number of sites allowed for the user.
MaxNumberSOAPIntegerMaximum number of SOAP web service connections allowed for the user.
MaxNumberWebSocketIntegerMaximum number of connections allowed for the user's WebSockets.
MiscellaneousCharacter stringAdditional notes.
PhoneNumberCharacter string Phone number of the account user.
PhotoBufferUser photo.
RESTDirectoryCharacter stringDirectory of the REST Webservices associated with this account.
SiteDirectoryCharacter stringSite deployment directory.
SOAPDirectoryCharacter stringDirectory of the SOAP web services associated with this account.
StatisticsAccountBoolean
  • True if the user can view the statistics of the sites,
  • False otherwise.
UserCharacter stringName of the Windows account used for the installation (deployment) and remote administration. The associated password is the one used for the Windows account.
UserDirectoryCharacter stringDirectory of applications and WEBDEV sites associated with this account.
VirtualServerCharacter stringVirtual server on which the sites/services are deployed.
VirtualServerDirectoryCharacter stringRoot directory of the virtual server.
WebSocketDirectoryCharacter stringDirectory of WebSocket servers associated with this account.
Remarks

Functions that use WBAdminAccount variables

WBAdminCreateAccountCreates a WEBDEV account on a WEBDEV Application Server.
WBAdminDeleteAccountDeletes a WEBDEV account from a WEBDEV Application Server.
WBAdminUpdateAccountUpdates the characteristics of a WEBDEV account in a WEBDEV Application Server.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/09/2024

Send a report | Local help