FileSearchResultNode Constructor

Initializes the node. Called during construction.
 

Parameters

options

Type: Object
(optional) The options object for the folder node. Structure:
     parentId                [type: String]     - The parent ID to search.

     isGlobalProjectIgnored  [type: Boolean]    - (optional) By default the global project is included in search results. This can be set to true to ignore it.

     searchText              [type: String]     - The text to search the file system for.

     hideSearchSubentries    [type: Boolean]    - (optional) Specifies whether sub-entries are included or not in search results.

     searchFilterTypes       [type: Array, elementType: dundas.ObjectType]   - (optional) The object types that the search should be filtered to, if any.

     includeNeverCheckedIn   [type: Boolean, default: false] - If set to true, items which have never been checked in will be included in the file queries.
 

Optional: True

Examples

The following example initializes a new instance of a FileSearchResultNode object:

var newObject = new dundas.controls.FileSearchResultNode();