
admin:appserver-get-output-indent-tabs( $config as element(configuration), $appserver-id as xs:unsignedLong ) as xs:string
This function returns the value for the output indent tab settings for the specified App Server.
http://marklogic.com/xdmp/privileges/admin/app-server
http://marklogic.com/xdmp/privileges/admin/app-server/{id}
let $config := admin:get-configuration()
let $groupid := admin:group-get-id($config, "Default")
return
admin:appserver-get-output-indent-tabs($config,
admin:appserver-get-id($config, $groupid, "myAppServer"))
(: returns the new configuration element -- use admin:save-configuration
to save the changes to the configuration or pass the configuration
to other Admin API functions to make other changes. :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.