info:policy-names

info:policy-names() as xs:string*

Summary

[DEPRECATED] This function returns the names of all stored policies.

Example

  xquery version "1.0-ml"; 

  import module namespace info = "http://marklogic.com/appservices/infostudio"  
      at "/MarkLogic/appservices/infostudio/info.xqy";

  info:policy-names( )

  (: Returns the names of all of the set policies. :)
     
Powered by MarkLogic Server | Terms of Use | Privacy Policy