QWCFileInfoAppURL Property
The URL of your web application.
Syntax
__property String QWCFileInfoAppURL = {read=FQWCFileInfoAppURL, write=FSetQWCFileInfoAppURL, default=""};
Default Value
""
Remarks
The URL of your web application.
The domain name specified in this URL must match the domain name specified in QWCFileInfoAppURL.
During development you may specify "localhost" or a machine name in place of the domain name. If a machine name is specified, it must match the machine name specified in QWCFileInfoAppURL.
The URL provided in QWCFileInfoAppURL must be a https:// URL. The only exception to this is when using "localhost" for development, in that case a http:// URL may be used.
This property is required.
Data Type
String