0
votes
0answers
3 views

How do I call the SharePoint web services to extract suggested term keywords from a block of content?

I'm looking to automatically add keywords to a new article page after it has been added to a site page library. I have the code to add the keywords in place. I'd like to be able to extract suggested ...
1
vote
1answer
198 views

How do I rename a metadata term in C#?

Can't find this documented anywhere. Do I just change the Term.Name and run a commit all on the term store?
1
vote
1answer
380 views

Filter by metadata through connection to another item

I was wondering if it is possible to filter a list item based on metadata values from another list item. I tested it locally but it didn't seem to work althougth another post here said it should work ...
0
votes
3answers
2k views

SharePoint 2010 Term Store - Find all items tagged with a term

I have a SharePoint 2010 publishing site collection with a Term Store that I want to use for navigation. I understand the process of get the collection of published pages and examining the managed ...