Tagged Questions
0
votes
1answer
332 views
using TaxonomySession from SharePoint web part and visual web part
Can TaxonomySession be used at SharePoint visual web part and web part on sandbox? I tested a simple code as following,
protected void Page_Load(object sender, EventArgs e)
{
...
3
votes
5answers
442 views
Automatically add tag to uploaded document in sharepoint
My environment is sharepoint 2010 and vs 2010.
I already have an OOTB document library that I am using and I wanted to know how I can add a tag or keyword to a METADATA column.
I am using the same ...
3
votes
1answer
891 views
Connecting web parts to metadata navigation in document library
Is it possible to read from the metadata navigation in a document library so that the selected value(s) can be passed into another web-part (in this case a CoreResultsWebPart ).
The IsNodeSelected ...