Hi all,
I am able to create a custom KM property with following code:
IMutableProperty mProp = null;
IPropertyName PN_NEW_PROP2 = null;
PN_NEW_PROP2 =new PropertyName("http://sapportals.com/xmlns/cm/rendering",
"test");
mProp = new Property(PN_NEW_PROP2, "value").getMutable();
Now, I need to assign a Metadata Extension to the Property, or a bundle file. Does anybody know how that works?
Thanks
Ismail