how can I bind a managed metadata field to a Term (not a TermSet) in C#? The term contains subterms.
I can see that it's possible through the GUI, however in C#, if I do this: taxonomyField.TermSetId = parentTermSet.Terms["subTermName"].Id;
it doesn't work.
Thanks in advance!