|
Home > Archive > Microsoft Content Management Server > November 2004 > Finding gallery resources with names that contain specific text
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Finding gallery resources with names that contain specific text
|
|
| Matt Delfs 2004-11-23, 5:57 pm |
| Hello,
Aside from reading the name of every resource in a gallery and its
sub-galleries using recursive loops and comparing their names to a search
string, does anyone know of a quick way to find all the resource items whose
names or paths contain a specified string?
Thanks,
Matt Delfs
| |
| Stefan [MSFT] 2004-11-24, 7:52 am |
| Hi Matt,
the way you outlined below is the only possible way with MCMS.
Or you would have to store this information in an external datasource (SQL
table) and use SQL search to find it.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Matt Delfs" <mdelfs@presidiotrust.gov> wrote in message
news:#JW9sFa0EHA.2600@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> Aside from reading the name of every resource in a gallery and its
> sub-galleries using recursive loops and comparing their names to a search
> string, does anyone know of a quick way to find all the resource items
whose
> names or paths contain a specified string?
>
> Thanks,
> Matt Delfs
>
>
|
|
|
|
|