SpellCheckErrorCode Enumeration

Describes errors that can occur during spell checking.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Enumeration SpellCheckErrorCode
'Usage
Dim instance As SpellCheckErrorCode
public enum SpellCheckErrorCode

Members

Member name Description
Ok Specifies the spelling checker did not return any errors.
UserNotAuthenticated Specifies the current user's credentials could not be authenticated to use the spellchecker.
SpellCheckerNotInstalled Specifies the spelling checker feature is not installed.
UnexpectedError Specifies the spellchecker returned an unexpected error.

See Also

Reference

Microsoft.SharePoint.Publishing Namespace