Loading TOC...

sec:protected-paths-collection

sec:protected-paths-collection() as xs:string

Summary

This function returns the collection of protected paths.

Required Privileges

http://marklogic.com/xdmp/privileges/protected-paths-collection

Example



xquery version "1.0-ml"; 
import module namespace sec = "http://marklogic.com/xdmp/security" 
      at "/MarkLogic/security.xqy";
	  
sec:protected-paths-collection()
=>
http://marklogic.com/xdmp/protected-paths 	  
 
    

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