ProjectService.getProjectRepresentation Method

Gets the project representation corresponding to the query criteria.
 

Parameters

entryIds

Type: Array
ElementType: String
The IDs of the files or folders to get.
queryOptions

Type: Object
The options to query. Structure
 entryIds        [type: Array, elementType: String] - (optional) The IDs of the files or folders to query.
 getEntryOptions [type: Enum, elementType: dundas.filesystem.GetEntryOptions] - The get options for the query.
 pageNumber      [type: Number] - (default=0) The page number. Set to 0 for all pages.
 pageSize        [type: Number] - (default=150) The number of results in each page.
 queryOptions    [type: dundas.filesystem.FileSystemQueryOptions] - (optional) The query options
 orderBy         [type: Array, elementType: dundas.filesystem.OrderBy] - (optional) The sort order of the result, or null if the order does not matter.
 filter          [type: Array, elementType: dundas.filesystem.QueryFilterRule] - (optional) The filter options for the result, or null if the filtering does not matter.
 

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.Project is returned.