CAML Query for Taxonomy Term
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]
Submit a review:
Login required.