How do I find the taxonomy tag of the current page in DotNetNuke 6?

60 Views Asked by At

I am creating a custom module that will find articles on my site based on the page tag used on any page. In order to do this I will need to find the TabId which I have done by simply adding DotNetNuke.Common; to the namespace and using this.TabId to get the actual TabID.

The trouble I am having is trying to find what taxonomy tag(or tags) being used on the current page.

Edited I tried using this tutorial and I was not able to get the list to print out. Several references seem to be missing in the article.

0

There are 0 best solutions below