xdmp.access

xdmp.access(
   uri as String,
   action as String
) as Boolean

Summary

Returns whether a given action on the specified document URI would succeed.

Parameters
uri The document URI.
action The type of access: "create", "insert", "update", "node-update" or "execute".

Example

  xdmp.access(
         "http://example.com/foo.xml",
         "create");
   => true
Powered by MarkLogic Server | Terms of Use | Privacy Policy