xdmp:role-get-default-collections

xdmp:role-get-default-collections(
   $rolename as xs:string
) as xs:string*

Summary

Return the default collections of specified role.

Parameters
rolename A role name.

Example

xdmp:role-get-default-collections("nobody")
=> ("http://marklogic.com/xdmp/triggers")
Powered by MarkLogic Server | Terms of Use | Privacy Policy