
pkg:get-package-list( [$start as xs:unsignedLong], [$pageLength as xs:unsignedLong] ) as element(list:package-list)
[DEPRECATED: use cma:generate-config and
cma:apply-config instead.]
http://marklogic.com/xdmp/privileges/manage
xquery version "1.0-ml";
import module namespace pkg = "http://marklogic.com/manage/package"
at "/MarkLogic/manage/package/package.xqy";
pkg:get-package-list()
=> Returns the list of packages.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.