Loading TOC...

admin:ui-get-banner

admin:ui-get-banner() as map:map

Summary

This function returns the UI banner setting.

Required Privileges

http://marklogic.com/xdmp/privileges/admin/ui-banner

Example


(:This returns the UI banner settings:)
xquery version "1.0-ml";
import module namespace admin = "http://marklogic.com/xdmp/admin" at "/MarkLogic/admin.xqy";

admin:ui-get-banner()
     

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