I am working with a predefined set of Taxonomy data.
When I create a list item, I'm doing this based on a certain content type. I also want to apply taxonomy fields to this list item.
I'm using SP2010 clientContext object model.
Can someone post some sample code to demonstrate how it is possible to apply the taxonomy (meta data) field to the list item?
Update:
To ask another way, Do I apply the taxonomy field type to the list definition, the content type like any other field? Instead type would be "TaxonomyFieldType". Or do I manually add them on the fly to the list items as I go?