Updates Parameter
The updates
parameter updates a document's metadata without updating the content. Updates are specified using XML similar to that for adds. The following table describes the XML elements that you can use for each update.
XML element | Description |
---|---|
update
|
The This must contain a |
reference (required) |
The |
metadata (optional) |
The
|
xmlmetadata (optional) |
The |
Example
<Updates> <update> <reference>C:\Autonomy\newfs\data\050309-020409.xls</reference> <metadata name="LASTMODIFIED" value="2009-Apr-06 10:21:15.032472" /> </update> <update> <reference>C:\Autonomy\newfs\data\070610-100610.xls</reference> <metadata name="LASTMODIFIED" value="2010-Jun-14 13:52:24.041742" /> </update> </Updates>