简体   繁体   中英

Opentext ECM - List all Folders and Files with C# GUI

I want to develop a tool for my company using C# and .net to access our opentext ECM Documents. I need to be able to search in opentext ECM "Folders" for Word Documents, search inside old document links and update.

I see opentext ECM in the Windows Explorer, but cant access with C# with SpecialFolders Biblio.

Does anyone know how I can access with C# Net to opentext ECM - my tool must see the Folders, must see the files and open the files. I need a little help for my start.

Thanks!

Use the soap API for that. It offers all the functions you want. You need to license the SDK to have access to the API and the related documentation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM