Loading TOC...

xdmp.roleGetDefaultCollections

xdmp.roleGetDefaultCollections(
   rolename as String
) as Sequence

Summary

Return the default collections of specified role.

Parameters
rolename A role name.

Example

xdmp.roleGetDefaultCollections("nobody")
=> ["http://marklogic.com/xdmp/triggers"]

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