CAML Query for Taxonomy Term

Posted by sladescross on March 18, 2011

http://pingpond.com/how-do-i-get-sharepoint-items-tagged-with-a-term-from-the-term-store-233932.htm?fixbar=1
int wssId = SharePointTaxonomyHelper.GetWssIdByTermId(rootWeb, term.Id);
var query = new SPSiteDataQuery
{
Query = String.Format(
@”<Where><Eq><FieldRef Name=’TaxCatchAll’ LookupId=’TRUE’... [read more]

Rating

2/5

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.