SearchObjects Method
Overloads
| SearchObjects(SearchObjectOptions, IEnumerable<String>, SearchPage) |
Returns the generic objects corresponding to one or more search terms. The search is performed within the title, subtitle, footnote and type. In addition, associated dimension values are also searched in. For example, if the country “Japan” is selected and the object contains the dimension City, the object will appear in the results for “Osaka” but not for “Johannesburg”. The generic objects with the following types will never appear in the results: |
SearchObjects(SearchObjectOptions, IEnumerable<String>, SearchPage)
Returns the generic objects corresponding to one or more search terms. The search is performed within the title, subtitle, footnote and type. In addition, associated dimension values are also searched in. For example, if the country “Japan” is selected and the object contains the dimension City, the object will appear in the results for “Osaka” but not for “Johannesburg”. The generic objects with the following types will never appear in the results: slideitem , sheet , story , slide , masterobject , snapshot , LoadModel , appprops and searchhistory .
Declaration
public SearchResult SearchObjects([QixName("qOptions")] SearchObjectOptions options, [QixName("qTerms")] IEnumerable<string> terms, [QixName("qPage")] SearchPage page)
Parameters
| Type | Name | Description |
|---|---|---|
| SearchObjectOptions | options |
Information about attributes. |
| System.Collections.Generic.IEnumerable<System.String> | terms |
Terms to search for. |
| SearchPage | page |
Array of pages to retrieve. |
Returns
| Type | Description |
|---|---|
| SearchResult |