Keyoti RapidSpell Desktop .NET API Docs
SetSuggestionsMethod Method (method)
APIKeyoti.RapidSpellRapidSpellCheckerSetSuggestionsMethod(Int32)
Keyoti RapidSpell Desktop .NET
Sets the suggestions method to use. Either PHONETIC_SUGGESTIONS or HASHING_SUGGESTIONS
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[ObsoleteAttribute("Please use SuggestionsMethod property instead, it can be set with the SuggestionsMethodType enum.", 
	false)]
public void SetSuggestionsMethod(
	int method
)
[ObsoleteAttribute("Please use SuggestionsMethod property instead, it can be set with the SuggestionsMethodType enum.", 
	false)]
public void SetSuggestionsMethod(
	int method
)
<ObsoleteAttribute("Please use SuggestionsMethod property instead, it can be set with the SuggestionsMethodType enum.", 
	false)> 
Public Sub SetSuggestionsMethod ( 
	method As Integer
)
<ObsoleteAttribute("Please use SuggestionsMethod property instead, it can be set with the SuggestionsMethodType enum.", 
	false)> 
Public Sub SetSuggestionsMethod ( 
	method As Integer
)
public:
[ObsoleteAttribute(L"Please use SuggestionsMethod property instead, it can be set with the SuggestionsMethodType enum.", 
	false)]
virtual void SetSuggestionsMethod(
	int method
) sealed
public:
[ObsoleteAttribute(L"Please use SuggestionsMethod property instead, it can be set with the SuggestionsMethodType enum.", 
	false)]
virtual void SetSuggestionsMethod(
	int method
) sealed
[<ObsoleteAttribute("Please use SuggestionsMethod property instead, it can be set with the SuggestionsMethodType enum.", 
	false)>]
abstract SetSuggestionsMethod : 
        method : int -> unit 
[<ObsoleteAttribute("Please use SuggestionsMethod property instead, it can be set with the SuggestionsMethodType enum.", 
	false)>]
override SetSuggestionsMethod : 
        method : int -> unit 
[<ObsoleteAttribute("Please use SuggestionsMethod property instead, it can be set with the SuggestionsMethodType enum.", 
	false)>]
abstract SetSuggestionsMethod : 
        method : int -> unit 
[<ObsoleteAttribute("Please use SuggestionsMethod property instead, it can be set with the SuggestionsMethodType enum.", 
	false)>]
override SetSuggestionsMethod : 
        method : int -> unit 
Parameters
method (Int32)

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412