NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    DAVURIInfo Output Object (Get-WebDAV Cmdlet)

    An entry in a directory listing.

    Syntax

    Object DAVURIInfo {
       string Language;
       string Length;
       string Type;
       string Name;
       bool IsDir;
       string URI;
       string LastModified;
    }

    Remarks

    When the List switch is set, the cmdlet will attempt to list the entries found in the specified URI, resulting in a DAVURIInfo object for every entry.

    Language contains the language of the entry.

    Length is the length, in bytes, of the entry.

    Type is the Content-Type of the entry.

    Name is the display name of the entry.

    IsDir indicates whether or not the entry was a directory.

    URI is the resource URI of the entry.

    LastModified is the date that the entry was last updated.

     
     
    Copyright (c) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]
     

     
     
    Copyright (c) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]