This topic has not yet been rated - Rate this topic

SpellChecker.SpellCheck method

Implements the Web service that exposes the spelling checker.

Namespace:  Microsoft.SharePoint.Publishing
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.SpellCheckResults
A SpellCheckResults structure that contains information about the spelling checker analysis.

A chunk can consist of multiple words, all of which are analyzed at the same time.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.