cancel
Showing results for 
Search instead for 
Did you mean: 

Explore KM Extternal Link

Former Member
0 Kudos

Hi all.

I have created a folder at the KM that it´s an external link. When I explore it through the KM Content iView, everything is OK, but I made a Portal Application to explore the KM, and it works, until I try to explore this folder I was talking about. When I try to open it, it says: "Is External Link".

The code I use to get the objects list is:

...

IResource resource = ResourceFactory.getInstance().getResource(rid, ctxt);

ICollection collection = (ICollection) resource;

reslist = collection.getChildren();

...

What should I do to make it able to explore the folder??

Thanks a lot in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Closed: Obsolete...