Dynamicweb 8 Documentation
GetSpellingCorrections(String,Int32) Method

Phrase to correct.
Maximum number of corrections to return.
Returns a list of spelling corrections for a given phrase.
Syntax
'Declaration
 
Public Overloads Shared Function GetSpellingCorrections( _ 
   ByVal phrase As String, _ 
   ByVal maxCorrections As Integer _ 
) As IEnumerable(Of SpellingCorrection)
public static IEnumerable<SpellingCorrection> GetSpellingCorrections( 
   string phrase,
   int maxCorrections 
)

Parameters

phrase
Phrase to correct.
maxCorrections
Maximum number of corrections to return.

Return Value

A list of spelling corrections.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterManager Class
FilterManager Members
Overload List

Send Feedback