How to get all usages/references of control in DotNetNuke?
Posted
by macias
on Stack Overflow
See other posts from Stack Overflow
or by macias
Published on 2010-05-13T08:43:26Z
Indexed on
2010/05/13
10:14 UTC
Read the original article
Hit count: 288
dotnetnuke
|code-analysis
Sorry for lame question but I am literally starting with DNN.
When you are in admin/design mode you can list all modules used, and when you click on module at the end you will see the list of controls used in this module with info about filename of the source.
The problem I have is in reverse -- I already know the filename with source, I would like to list all modules which use this control. How to do it?
© Stack Overflow or respective owner