Interface IFindProperties
Properties used to describe the search that is being performed.
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface IFindPropertiesProperties
CaseSensitive
true if performaing a case sensitive search.
Declaration
bool CaseSensitive { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
MatchWholeWord
true if the search should match the whole word.
Declaration
bool MatchWholeWord { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Type
Returns the type of data being searched for.
Declaration
FindType Type { get; }Property Value
| Type | Description | 
|---|---|
| FindType |