Skip to Content
0
Former Member
Oct 02, 2009 at 12:10 PM

Reading Externallink property of an external link file

30 Views

Dear Expert

I have created an external link in KM, I need to read the link stored in the extenal link from webdynpro java. So I tried to read the property externallink, using the code

IPropertyName externallink=new PropertyName("http://sapportals.com/xmlns/cm/rendering","externallink");

IPropertyMap propertyMap= resource.getProperties();

String linkValue=propertyMap.get(externallink).getStringValue();

but I am getting Null in the above code, Where as I able to read all other properties using the above code. Please help me, how Can I read this property

Regards

Noel