admin
-
7/18/2006 3:54:30 PM
Re: Detailed Search
Hello,
if you want to offer users with site sections, you need to use custom search dialog. You can get the sections of your web site using
TreeProvider.SelectNodes("/%", TreePathTypeEnum.AliasPath, "cms.menuitem")
and you can search items using the
TreeProvider.Search
method.
Best Regards,
|