Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
How to reach the document (in folder) inside of project?
Pfizer_Developers
Hello Everybody,I need to reach the document inside of project to add the new version to it. This project located in Enterprise WS, but function GetObjectInfo(-2000, docId, objectInfo) asking for document objectInfo returns me nothing. ANy your help is much appreciated.Regards,ukrex
Find more posts tagged with
Comments
Tina_Wang
Hello Ukrex,Objects within projects have different volumeID's than the Enterprise Workspace. Generally this volumeID is the nodeID of the project. You can try using GetObjectInfo() with a 0 for the volumeID if you do not know the volumeID of the project. Generally this works.Good Luck.