NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

DAVLock Output Object (Unlock-WebDAV Cmdlet)

Object containing information about a WebDAV lock.

Syntax

Object DAVLock {
   string URL;
   string Owner;
   string Scope;
   int Timeout;
   string Tokens;
   string Type;
}

Remarks

After a lock request has been granted, the object will contain information about the lock with the values returned by the server. The Tokens value will be required if you later need to unlock the resource again.

 
 
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]