I have a business requirement to tranfer the files from Sharepoint list to Documentum repository using DFS.
While surfing in the net and after quite a bit of googling, i came across a sample project from emc, which is "emc-dfs-sdk-6.5" .
After downloading this, i found a lot of dot net codes grouped together which forms a sample to tranfers and make certtain file operations across folders, cabinets and also moving them.
However, my business requimentw as to upload the file from Sharepoint list to Documenum. On further investigating the code, i have found a specific function
CreateDemoObjects inside the class SampleContentManager class file.
N.B there is JAVA sample also included in the package followling the same architecture.
So, this is a question to the forum as i am really stuck in the below statement
sampleDataObject.Contents.Add(new FileContent(Path.GetFullPath(contentPath), "msw8"));
As it can be clearly seen that it is using the path of the file which was attached with the solution.
However, for uploading a file from a different repository, how do we go about grabbing the file.
I do not know, if this is the intended forum, DFS forum.
Please direct me to the one, if this is not the intended forum.
Thanks