Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IProjectManager.CreateProjectFilter Method 

Creates a project filter for querying projects.

IProjectFilter CreateProjectFilter();

Return Value

The project filter with default values.

Remarks

The project filter has a default ProjectFilterType of ProjectFilterTypes.PROJECTS, a ProjectQueryOrder[] with one element- ProjectAttributes.NAME, ascending, and the number of projects to return to 0 (unlimited).

See Also

IProjectManager Interface | Plumtree.Remote.PRC.Collaboration.Project Namespace