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.
IProjectFilter projectFilter = projectManager.CreateProjectFilter(); projectFilter.NameSearchText = "devkit"; IProject[] returnProjects = projectManager.QueryProjcts(projectFilter);
Exception Type | Condition |
---|---|
CollaborationException | The method call resulted in an error. |
SoapException | if there is a communication problem during the execution of the remote method call. |
IProjectManager Interface | Plumtree.Remote.PRC.Collaboration.Project Namespace