Hi jny,It's the other way around actually - I have the IManWorkspace object but I would like to find all IManFolderShortcut objects that have this workspace as their target folder?Basically I am renaming the Workspace, but would also like to rename any shortcuts that point to the workspace ...Regards,
Getting closer!The only thing is I want to find ALL shortcuts that point to the Workspace (i.e. in every users My Matters), not just the My Matters folder of the currently logged on user.Whilst the IManSession and IManDatabase objects have 'SearchWorkspaces' methods that take IManFolderSearchParameters as arguments, there does not seem to be a 'SearchFolders' method anywhere!