Hi,
I'm looking for the recommended way to export document(s) metadata into a usable format (CSV, XML or similar) using the SDK.
Kind regards,
Ronald
Hi,
I'm looking for the recommended way to export document(s) metadata into a usable format (CSV, XML or similar) using the SDK.
Kind regards,
Ronald
You can create an EntryListing object, the exact type of which depends on if you are running a search, listing folder contents, etc. You can tell it which pieces of data you want by specifying which columns to load, like SystemColumn.DisplayName. You loop through the results and read the columns. Formatting as CSV or XML is up to you.
The last section of the presentation for ACI253 (Advanced Search Syntax) has some code snippets for SearchResultListing if you are getting this list by searching.