QueryProvider.CatalogNames Method

This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead. The SharePoint Enterprise Search Query object model is implemented in the Microsoft.Office.Server.Search.Query namespace.

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

Syntax

'Declaration
Public Shared Function CatalogNames ( _
    strSiteName As String, _
    <OutAttribute> ByRef lCatListVersion As Long _
) As String()
'Usage
Dim strSiteName As String
Dim lCatListVersion As Long
Dim returnValue As String()

returnValue = QueryProvider.CatalogNames(strSiteName, _
    lCatListVersion)
public static string[] CatalogNames(
    string strSiteName,
    out long lCatListVersion
)

Parameters

  • strSiteName
    Type: System.String

    This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead.

  • lCatListVersion
    Type: System.Int64

    This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead.

Return Value

Type: []
For more information about the new Query object model, see Enterprise Search Query Object Model Overview.

See Also

Reference

QueryProvider Class

QueryProvider Members

Microsoft.SharePoint.Portal.Search Namespace

Other Resources

Enterprise Search Architecture

Querying Enterprise Search

Managing Content