Dynamicweb 8 Documentation
IsCorrected Method

Zero-based index of a word in the original phrase.
Returns value indicating whether the spelling of the word in the original phrase at the given index was corrected.
Syntax
'Declaration
 
Public Function IsCorrected( _ 
   ByVal index As Integer _ 
) As Boolean
public bool IsCorrected( 
   int index 
)

Parameters

index
Zero-based index of a word in the original phrase.

Return Value

Value indicating whether the spelling of the word in the original phrase at the given index was corrected.
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

SpellingCorrection Class
SpellingCorrection Members

Send Feedback