Multiple filter criteria ???

G

Guest

Hello Everyone,

I'm doing application development using C# and PSI on Project Server 2007.

Is it possible to define more than one filter criteria in a
Project.Server.Library.Filter
structure?

For example, I would like to readResources to return only resources where the
the resource type is equal to work and isWindowsUser is equal to true.

Bob
 
S

Segrest

Hello Everyone,

Someone outside of this forum was able to help me find an answer. I will
repeat it here with the hope that it may help someone else in the future...

The short answer is YES!

For an example, look at the GetResourceFilter subroutine in the example code
provided with the Resource Web Service ReadResource method in the Project
2007 SDK.

Bob
 
Top