SpellChecker Class
Represents the Spelling Checker Web service.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.SharePoint.Publishing.SpellChecker
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/sharepoint/publishing/spelling/", _
Name := "Spelling Service", Description := "This web service identifies spelling mistakes and recommends suggestions for correction.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SpellChecker _
Inherits WebService
'Usage
Dim instance As SpellChecker
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/sharepoint/publishing/spelling/",
Name = "Spelling Service", Description = "This web service identifies spelling mistakes and recommends suggestions for correction.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SpellChecker : WebService
Remarks
This Web service identifies spelling mistakes and recommends suggestions for correction.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.