Xbasic
AlphaCloud::ClientEnableWebSite Method
Syntax
.EnableWebSite as L (WebSiteName as C)
Arguments
- WebSiteNameCharacter
The name of the web site to be enabled.
Returns
- resultLogical
Returns .t. if the function call succeeded and .f. if it failed. Look at the CallResult property to determine the cause of a failure.
Description
EnableWebSite sets the status of a web site to enabled. Any deployments that are assigned to the web site and would have deployed except that the web site was disabled will be deployed.