ProjectService.getAllProjectItems Method

Gets all items of all projects of the current user.
 

Parameters

pageSize

Type: number - May be null
(default=0) The page number. Set to 0 for all pages.
pageNumber

Type: number - May be null
(default=150) The number of results in each page.
searchTerm

Type: string - May be null
The search string to match file names.
targetProjectId

Type: string - May be null
The ID of the project to filter with.
excludedIds

Type: Array - May be null
ElementType: string
The IDs of the project items not to retrieve.
filter

Type: Array - May be null
ElementType: QueryFilterRule
Filters to apply to the search.

Return Value


Type: jQuery.Promise
Value: Array
Element Value: Project
A promise object that is resolved when the call is complete. If successful, an array of dundas.filesystem.File representing the items in the folders, and an array of dundas.filesystem.File representing the folders are returned.