Click or drag to resize

ReportingCloudGetSuggestions Method

This method returns suggestions for a misspelled word.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public string[] GetSuggestions(
	string word,
	string language,
	int max
)

Parameters

word
Type: SystemString
Specifies the incorrect word that has to be determined for suggestions.
language
Type: SystemString
The language that is used to create suggestions for the specified incorrect word.
max
Type: SystemInt32
Specifies the maximum number of suggestions that has to be determined.

Return Value

Type: String
See Also