NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

DAVFile Output Object (Get-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) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]