J7Mitch wrote: |
For search, I usually just search the Source Code if I have it. If you don't have Source then you might want to use Lutz Roeder's Reflector which has search capability. |
|
Yeah, that's actually how I found it. Used UE looked for all
instances of PortalSettings, and in global.ascx found it was
instantiated froma PortalController I think. I don't remember it
was so late. ;-) But for anyone else out there, you traverse the
Tabs using a TabController, which you use to get TabInfo object, which
holds all the info for a Tab...