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)
How to identify a folder is under 'My WorkSpaces' or 'My Folders' in a given database
Jagann
I have to set DefaultLocation for enhanced Save dialog programmatically, when user selects a folder and saves a document in it.
To get DefaultLocation I have to identify a folder is under 'My WorkSpaces' or 'My Folders' in a given database using IManage objects.
User can choose a folder from any of the following:
My WorkSpaces
Other WorkSpaces
My Folders
Other Folders
While saving a document I have set location and take user to that location programmatically. This will help user to save document without navigating to exact location while saving document.
Find more posts tagged with
Comments
jny
If the Workspace (IManDocumentFolder) Property returns a workspace, then the folder resides under a workspace; if it returns null, then it does not.