How to use multiple paths on a web part

HelenaG Grulichova asked on May 23, 2011 01:18

How to use multiple paths on a web part

Correct Answer

HelenaG Grulichova answered on May 23, 2011 01:18

Regrettably, web parts don't support multiple paths. However, you can mimic this behavior with a custom WHERE condition if it is available. For example, the WHERE condition could look something like this:

NodeAliasPath like '/Articles/%' OR NodeAliasPath like '/Misc/%'

Please don't forget to set the path property to /% to include all the documents into the query.

-bp-
1 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.