Hi All,
I have implemented a functionality of mine that accepts files from web service calls in the form of zip files into the Documentum CMS. I have just finished the functionality to unzip these files and save them into the Cabinets.
Now for a first run of this new unzipping utility i tested with a bunch of .txt files zipped together and since i knew the type of documents beforehand, i could unzip the documents by setting the content types as 'document .setContentType("crtext");' .
My question is this:
Since i wont be knowing the type of files how can i obtain the content type from a document object? What are the content types of Word Document, xls sheet, html pages etc.?
Thanks & Regards
Vishnu Soman