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 | The spellchecker did not return any errors. | |
UserNotAuthenticated | The current user's credentials could not be authenticated to use the spellchecker. | |
SpellCheckerNotInstalled | The spellchecker feature is not installed. | |
UnexpectedError | The spellchecker returned an unexpected error. |