
admin.uiGetBanner() as Object
This function returns the UI banner setting.
http://marklogic.com/xdmp/privileges/admin/ui-banner
//This returns the UI banner setting
const admin = require('/MarkLogic/admin.xqy');
admin.uiGetBanner()
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.