Skip to Content
0
Former Member
Feb 20, 2009 at 10:27 PM

Assign Metadata Extension to property

25 Views

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