SpellChecker.SpellCheck method
SharePoint 2013
Implements the Web service that exposes the spelling checker.
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
[WebMethodAttribute] public SpellCheckResults SpellCheck( string[] chunksToSpell, int declaredLanguage, bool useLad )
Parameters
- chunksToSpell
- Type: []
Chunks of text to spell check.
- declaredLanguage
- Type: System.Int32
Language to spell check again.
- useLad
- Type: System.Boolean
Detect language if possible.
Return value
Type: Microsoft.SharePoint.Publishing.SpellCheckResultsA SpellCheckResults structure that contains information about the spelling checker analysis.