LocalFile Property
The path to a local file for uploading or downloading. When downloading, if the file exists it is overwritten (optional).
Syntax
__property String LocalFile = {read=FLocalFile, write=FSetLocalFile, default=""};
Default Value
""
Remarks
The LocalFile property is used when getting a document via GetObject or putting a document via CreateObject.
If LocalFile is empty then the data to be sent or received is provided via the ObjectData property.
Data Type
String