I am using the Core Service to read keyword information in SDL Tridion 2011. How can I process any metadata for the items I read? I see a property Metadatathat contains an XML string and a property MetadataSchemathat represents a reference to a schema. Should I access XML directly, or is there a way to do something more like processing ItemFieldsin TOM.Net?
What if I want to add metadata to an item that is not already set?
source
share