ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Catalog Namespace / FolderConnectionProjectItem Class / Search Method / Search(String) Method
The string to search for.

In This Topic
    Search(String) Method
    In This Topic
    Performs the search using the specified string.
    Syntax
    Public Overloads Function Search( _
       ByVal searchString As String _
    ) As IEnumerable(Of Item)

    Parameters

    searchString
    The string to search for.

    Return Value

    An enumeration of Items that match the searchString.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also