public class SearchIndexCriteria : SearchCriteriapublic ref class SearchIndexCriteria : public SearchCriteria| SearchIndexCriteria | Initializes a new instance of the SearchIndexCriteria class |
| Configuration |
The search configuration.
(Inherited from SearchCriteria) |
| Find | Gets or sets the text expression to search for within the index. |
| IncludeTextLineHits | Gets or sets the flag indicating if the results include text/hit information in the file. |
| IndexId | Gets or sets the id of index to search. |
| MatchCase | Gets or sets the flag indicating if the Find expression is case-sensitive. |
| ApplyChanges |
Apply changes to the search criteria.
(Inherited from SearchCriteria) |
| Dispose | (Inherited from SearchCriteria) |
| Dispose(Boolean) | Releases the unmanaged resources used by the SearchIndexCriteria and optionally releases the managed resources (Overrides SearchCriteriaDispose(Boolean)) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Non-GC class clean up
(Inherited from SearchCriteria) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Save |
Saves the search criteria and configuration to a stream.
(Inherited from SearchCriteria) |
| SaveXML |
Saves the search criteria and configuration to an Xml string.
(Inherited from SearchCriteria) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |