
flexrep:get-domain-name( $domain-id as xs:unsignedLong ) as xs:string
Get a CPF domain's name.
| Parameters | |
|---|---|
| domain-id | The CPF domain ID. |
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)
http://marklogic.com/xdmp/privileges/flexrep-user
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.