Dynamicweb 8 Documentation
GetSpellingCorrections(String) Method

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

Parameters

phrase
Phrase to correct.

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