Xbasic
AlphaCloud::ClientGetWebSite Method
Syntax
.GetWebSite as L (BYREF WebSite as P, WebSiteName as C)
Arguments
- BYREF WebSitePointer
The variable into which the web site object is to be returned.
- WebSiteNameCharacter
The name of the web site to retrieve.
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
GetWebSite retrieves the properties of a web site.