The API trgr:triggers-change-modules-database() Only Has Two Parameters
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 11.0
- Documentation
The API trgr:triggers-change-modules-database() only takes two parameters in 10.0-3.
1. the old database as xs:anyAtomicType. This can be an ID unsignedLong or a name xs:string
2. the new database as xs:anyAtomicType. This can be a database’s ID unsignedLong or a database’s name xs:string.
For more details and sample code, see our API documentation.