Files Property

Object: AXFFileDownload
Syntax: AXFFileDownload.Files
Read/Write: Read only
Description: Returns an AXFileCollection object representing the set of files to download.
Example: The following will remove all files from the download list when the download is complete.
sub AXFFileDownload_OnTransferComplete() 
    AXFFileDownload.Files.RemoveAll 
end sub
      

Copyright © 2010 SoftArtisans, Inc. All rights reserved.