I have a task to export both document's native and rendition content. I'm using IDfExportOperation to export document native content. But the requirement is also to export the rendition format. How to do that? Can you please help me?
How to export both document's native and rendition content using IDfExportOperation in DFC documentum?
1.7k Views Asked by sb709057 At
2
With the following code you can get both native and rendition content. For rendition you need to use
getRenditions()
method ofIDfSysObject
.