Class AutoSuggestSettings
Default class for the AutoSuggest settings
Inherited Members
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiAutoSuggest
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class AutoSuggestSettings
Constructors
AutoSuggestSettings()
Declaration
public AutoSuggestSettings()
Properties
CaseSensitive
Get settings property: case sensitive
Declaration
public bool CaseSensitive { get; }
Property Value
Type | Description |
---|---|
bool |
Enabled
Determines if the AutoSuggest provider should be enabled or disabled.
Declaration
public virtual bool Enabled { get; }
Property Value
Type | Description |
---|---|
bool |
MaxSuggestions
Get the settings property: maximum number of suggestions allowed in the AutoSuggest list
Declaration
public int MaxSuggestions { get; }
Property Value
Type | Description |
---|---|
int |
MinSuggestionChars
Get the settings property : minimum suggestion chars
Declaration
public int MinSuggestionChars { get; }
Property Value
Type | Description |
---|---|
int |
OnlyShowSuggestionsNotInTarget
Get settings property: only show the suggestion if it is not in the target segment yet
Declaration
public bool OnlyShowSuggestionsNotInTarget { get; }
Property Value
Type | Description |
---|---|
bool |
Priority
The priority of the results.
Declaration
public virtual int Priority { get; }
Property Value
Type | Description |
---|---|
int |
SortOrder
Get settings property: the sort order of the AutoSuggest items
Declaration
public SuggestionSortOrder SortOrder { get; }
Property Value
Type | Description |
---|---|
Sdl.TranslationStudio.Api.Editor.SuggestionSortOrder |