Property | Type | Description | |
---|---|---|---|
fullPath | string | ||
searchOptions | SearchOption | ||
userPath | string |
Method | Description | |
---|---|---|
SearchData ( ) : System |
Initializes a new instance of the SearchData class.
|
|
SearchData ( String fullPath, String userPath, SearchOption searchOptions ) : System |
Initializes a new instance of the SearchData class.
|
public SearchData ( String fullPath, String userPath, SearchOption searchOptions ) : System | ||
fullPath | String | The full path. |
userPath | String | The user path. |
searchOptions | SearchOption | The search options. |
return | System |