Xbasic
AlphaCloud::ClientDisableWebSite Method
Syntax
.DisableWebSite as L (WebSiteName as C)
Arguments
- WebSiteNameCharacter
The name of the web site to be disabled.
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
DisableWebSite sets the status of a web site to disabled. Any scheduled deployment assigned to the web site will effectively be disabled and will be stopped.