BBjClientFile::copyToClient
Description
In BBj 7.0 and higher, this method copies the specified file from the server to the client. The BBjClientFile represents the file on the client to which it will be copied.
Syntax
Return Value |
Method |
---|---|
void |
copyToClient(string serverFile) |
Parameters
Variable |
Description |
---|---|
serverFile |
The file on the server to copy to the client. |
Return Value
None.
Remarks
See Interacting with client files in BUI and DWC for a detailed discussion of the BUI BBjClientFile.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.