Returns an array of projects with the specified project filter.
null and must contain a filter type and query order. An array of zero or more IProject objects.
Different filter options can be set using projectFilter.
IProjectFilter projectFilter = projectManager.CreateProjectFilter(); projectFilter.NameSearchText = "devkit"; IProject[] returnProjects = projectManager.QueryProjcts(projectFilter);
| Exception Type | Condition |
|---|---|
| CollaborationException | The method call resulted in an error. |
| SoapException | There was a communication problem during the execution of the remote method call. |
IProjectManager Interface | Plumtree.Remote.PRC.Collaboration.Project Namespace