Loading TOC...

xdmp:lock-release

xdmp:lock-release(
   $uri as xs:string
) as empty-sequence()

Summary

Unlock a document or directory. Releases the lock created with xdmp:lock-acquire.

Parameters
uri The URI of the document or directory to be unlocked.

Usage Notes

Note that the lock described here area is a relatively heavy persistent document lock for file system emulation through WebDAV, not a relatively light transaction lock for database consistency.

Example

xdmp:lock-release("/example.xml")
=> ()

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.