| Angus Logan 2004-08-25, 5:54 pm |
| Hi Bill,
You could do it with Custom Properties on the postings... assuming 'Items'
are postings...
Drop them in 1 channel and then set a 'group' custom property; use the
GetByCustomProperty search...
Why don't you want to use different channels for Group1/2 ?
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP)
Lead Software Developer
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
"bill tie" <billtie@discussions.microsoft.com> wrote in message
news:F7932702-BF52-4084-B1E3-65F4F782CEB6@microsoft.com...
>
> Suppose, the menu (navigation) consists of groups like this:
>
> Group1
> Item1.1
> Item1.2
> Group2
> Item2.1
> Item2.2
>
> Group1 and Group2 are only labels that a user will see on screen. They
> should not be "channels" that appear in a URL. We don't want:
> foo.com/Group1/Item1.1
>
> We want:
> foo.com/Item1.1
>
> How do I do it in the Site Manager and programmatically?
>
|