cpf.documentGetLastUpdated( doc as String ) as Date?
Determine the date and time of the last update to the document's content, if any.
Parameters | |
---|---|
doc | The URI of the document. |
const cpf = require('/MarkLogic/cpf/cpf'); cpf.documentGetLastUpdated('/myDocs/example.xml');