Menu

#298 NS Hierarchy in contents

open
nobody
None
5
2006-05-01
2006-05-01
wsmckenz
No

Hi there. Using 1.3.1, .NET 1.1, and VS.NET 2003. I
can change the CollectionTOCStyle from 'flat'
to 'hierarchical' which gives me one level of
hierarchy for my namespaces. What I would like to
have is the contents reflect my own namespace
hierarchy, so that child namespaces are within the
folder of the parent. So

right now i have:

-MSDN
-Other Collection
-My Collection
-ns1
-classA
-classB
-ns1.ns11
-classC
-ns1.ns11.ns111
-classD
-ns1.ns12
-ns2
-ns3

What I would like to have is:

-MSDN
-Other Collection
-My Collection
-ns1
-classA
-classB
-ns1.ns11
-classC
-ns1.ns11.ns111
-classD
-ns1.ns12
-ns2
-ns3

Is this possible? Maybe I have to write some code to
do it?

Thanks for any ideas, Bill

Discussion


Log in to post a comment.