NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

Depth Parameter (Move-WebDAV Cmdlet)

The depth associated with the current operation.

Syntax

Move-WebDAV -Depth string

Remarks

When performing certain operations on resource collections, the cmdlet will use Depth to instruct the server on how deep to operate within the collection. Possible values for Depth include

UnspecifiedThe server will use the protocol default depth for the operation (this is normally "infinity").
ResourceOnlyThe server will operate only on the collection resource URI, and not on any of its internal member resources.
ImmediateChildrenThe server will operate on the collection resource URI and all of its immediate member resources (but on none of their member resources).
InfinityThe server will recursively operate on the target resource URI and all of its internal member URIs through all levels of the collection hierarchy.

Default Value

0

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