DAVFile Output Object (Remove-WebDAV Cmdlet)

This object is created after a file has finished transferring.

Syntax

Object DAVFile {
   string URI;
   int Time;
   string Text;
}

Remarks

Once a file has finished being transferred, the DAVFile object is created with the URI of the file and the Time it took to transfer. Text contains the data transferred from the server to the client.

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]
 

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]