I have a piece of code for using the DFS productivity layer to upload the documents in Documentum.
sampledataobject.Properties.Set("a_content_type", "msw8");
where format is msw8
I want this to be dynamic; i have observed that under webtop wdk/app.xml there are entries.
However, i am usng dot net code to connect to EDMS; could you please let me know, fi there is any code to actually pick a file, extract out the extension,
and depending on the extension map the format and put the same in the placeholder. of the Set method (2nd param)
Thanks... ...