flexrep:get-domain-name

flexrep:get-domain-name(
   $domain-id as xs:unsignedLong
) as xs:string

Summary

Get a CPF domain's name.

Parameters
domain-id The CPF domain ID.

Example


xquery version "1.0-ml"; 
 
import module namespace flexrep = "http://marklogic.com/xdmp/flexible-replication" 
      at "/MarkLogic/flexrep.xqy";

flexrep:get-domain-name($domain-id)
    

Required Privileges

http://marklogic.com/xdmp/privileges/flexrep-user

Powered by MarkLogic Server | Terms of Use | Privacy Policy