PortalCrawl.GetSite Method (Microsoft.Office.Server.Search.Internal.Protocols.SPSCrawl)

Namespace: Microsoft.Office.Server.Search.Internal.Protocols.SPSCrawl
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/GetSite", RequestNamespace:="https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/", ResponseNamespace:="https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetSite ( _
    ByRef sSite As _PortalSite _
) As UInteger
'Usage
Dim instance As PortalCrawl
Dim sSite As _PortalSite
Dim returnValue As UInteger

returnValue = instance.GetSite(sSite)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/GetSite", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public uint GetSite (
    ref _PortalSite sSite
)

Parameters

  • sSite

See Also

Reference

PortalCrawl Class
PortalCrawl Members
Microsoft.Office.Server.Search.Internal.Protocols.SPSCrawl Namespace