cancel
Showing results for 
Search instead for 
Did you mean: 

Portal page/iview name

Former Member
0 Kudos

Hi,

How to get the current page/iview/role of a portal page? ( in case , the user is assigned multiple roles, and the portal having multiple pages/iviews).

( points waiting for the right answer).

Thanks

Vinod V

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi vinod,

Try this following code


      WDPortalNavigation.navigateAbsolute("<your PCD location of page/iview>",WDPortalNavigationMode.SHOW_EXTERNAL,(String)null,(String)null,WDPortalNavigationHistoryMode.NO_DUPLICATIONS,(String)null,(String)null,(String)null,(String)null,false,false);

Regards,

P.Manivannan

Former Member
0 Kudos

Hello Manivannan,

I think, you don't understand my question. I have a Portal page/iView and is there any way to find the name of the page or role or iview. ?

Regards,

Vinod V