I'm programming against the 8.0 API and want to add custom MetaData (not use the default kinds) programmatically.
While searching for examples and usage in the forums I come across information such as
MetaData Api doesn't necessarily work in 8.0 but is fixed in 8.01
http://dev.ektron.com/forum.aspx?g=posts&t=30230Using metadata parameter with AddContent(..) method doesn't necessarily work, but issuing an UpdateContentMetaData(..) afterwards probably will http://dev.ektron.com/forum.aspx?g=posts&t=23954
If I'm adding a string, I first need examples of how to formulate a custom metadata XML string, if I'm not using API objects to create it.
Before I go down that rabbit hole, because the process appears to have a number of potential snags, I thought I would ask if somebody with experience can point me in the right direction.
(I will use their message boards to post and get a reply, but thought it might be worthwhile to post here if an Ektron community exists on SO).