-
5
Answers
-
Last Activity:
long time ago,
Alan
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I'm using the following code to get the TabID of the current portal's home page:
Globals.NavigateURL(new DotNetNuke.Entities.Portals.PortalSettings().HomeTabId)
Is this the optimum way to do it (considering I'm creating a new PortalSettings object)?