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)
Extracting out Document Properties on FileSite
Bob1
Hi, I'm just a new user so please accept my apologies if this is a simple problem.
I am working with FileSite and have added a new menuItem (Or ICommand object) and hooked it up to a right click context menu when I click on a document.
I want to be able to interrogate the properties of that document I right clicked. Am I supposed to be able to interrogate the "ContextItems" object to extract out information about the document I selected? If so does anyone have any code snippets that would help? Even a simple sample to extract out the "Doc Number" or "Title" would help immensely.
Cheers.
Bob1
Find more posts tagged with
Comments
jny
The SelectedNRTDocuments ContextItem returns an array of document objects selected by the end-user. It depends on which language you use, you may see a code example on how to get the document object out of the element in the array from the command sample projects which are distributed with the SDK; they are stored in the iCommand folder under the SDK installed path.
Bob1
Thanks for pointing me in the right direction, that helped out! :-)