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)
Get folder ID from foldername
benricho
Hi,
I am using the iManage.dll and am wondering if there is an easy way to get the ID of a folder from the folder name? I could start at the root, and recursively
work through all the folders until I got to my folder name, but I am wondering if there are any methods that anyone has come across to do this?
Thanks.
Find more posts tagged with
Comments
jny
If you have 8.0, you may use the new interfaces to search for a folder by name. Look for code example and reference info on the SearchFolders Method in the COM Reference Manual for WorkSite 8.0.pdf: IManWorkArea. This manual is distributed with the 8.0 SDK, and it's stored in iHelp directory under the iToolkit installed path.
Folder searching is unsupported in the older interfaces, so you would require to find it through iteration.
Edited by jny on 10/27/04 02:12 PM (server time).