Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
IManExt2 ReplaceLink
quackers
Hi,
I'm trying to write a utility to automatically update links in WorkSite documents using the IManExt2 ReplaceLink function. However, very little (if any) documentation exists for this function call.
So far I have it working with Excel files only. If I try to pass a Word/PowerPoint file, the API call seems to be using some Office automation to attempt to open the file with Microsoft Excel every time - and obviously failing.
Anybody have any documentation or experience working with this mysterious IManExt2 ReplaceLink function?
Thanks
Find more posts tagged with
Comments
jny
This is not officially supported as it was meant for internal use; hence, the lack of documentation. Currently, this call does not fully support all document types.
I suggest that you submit this as a request to support this as part of the SDK API's. Please submit an enhancement request at
http://worksitesupport.interwoven.com/
, and click on New Feature Request link.
quackers
In the end I used the Edanmo .NET classes to access the Office file as an OLE Document Storage file. This allows you to read/write the iManage_FileLinks section of the file, changing the links where necessary.