LockScope Parameter (Lock-WebDAV Cmdlet)

The scope of the current resource lock.

Syntax

Lock-WebDAV -LockScope string

Remarks

LockScope may be set to the type of scope needed for the lock. Currently the cmdlet will only allow two types of scopes to be requested:

"exclusive"The lock belongs exclusively to the requesting principle. No other principle may modify the locked resource URI.
"shared"The locked resource may not be modified by non-trusted principles. Users who have access rights, however, may request a shared lock which they can then use to modify or operate on the resource.

Default Value

"exclusive"

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