Hi,
I'm developing an application in C# (DFC/PIA) that must be able to import and create a document. However, during the development I have realized that create a document in Documentum is the same idea as import one. I mean, the document must exists locally (in my computer) so I can use the IDfSession.newObject method, it isn't create from scratch.
The question is, can I use newObject method as ImportOperation and vice versa or I will lose some functionality ?
Thanks in advance.