PortalCrawl.GetSite Method

Obsolete.

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

Syntax

'Declaration
<WebMethodAttribute> _
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)
[WebMethodAttribute]
public uint GetSite(
    ref _PortalSite sSite
)

Parameters

Return Value

Type: System.UInt32

Implements

IPortalCrawl.GetSite(_PortalSite)

See Also

Reference

PortalCrawl Class

PortalCrawl Members

Microsoft.SharePoint.Portal.Search.PortalCrawl Namespace