PortalCrawl Class

Obsolete.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.SharePoint.Portal.Search.PortalCrawl.PortalCrawl

Namespace:  Microsoft.SharePoint.Portal.Search.PortalCrawl
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebServiceAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/")> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class PortalCrawl _
    Inherits WebService _
    Implements IPortalCrawl
'Usage
Dim instance As PortalCrawl
[WebServiceAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class PortalCrawl : WebService, 
    IPortalCrawl

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.

See Also

Reference

PortalCrawl Members

Microsoft.SharePoint.Portal.Search.PortalCrawl Namespace