PortalCrawl.GetBucket 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/GetBucket", RequestNamespace:="https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/", ResponseNamespace:="https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetBucket ( _
    strFolder As String, _
    strBucketId As String, _
    <OutAttribute> ByRef vPropValues As _PortalPropValue() _
) As UInteger
'Usage
Dim instance As PortalCrawl
Dim strFolder As String
Dim strBucketId As String
Dim vPropValues As _PortalPropValue()
Dim returnValue As UInteger

returnValue = instance.GetBucket(strFolder, strBucketId, vPropValues)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/GetBucket", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/PortalCrawl/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public uint GetBucket (
    string strFolder,
    string strBucketId,
    out _PortalPropValue[] vPropValues
)

Parameters

  • strFolder
  • strBucketId
  • vPropValues

See Also

Reference

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