ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / SearchOptions Class / SearchOptions Constructor / SearchOptions Constructor(InvestigationSearchMode,InvestigationSearchScope,List<String>)
The search mode.
The search scope.
The list of named object types to apply as a filter for the search. Pass null if all types are to be searched.

In This Topic
    SearchOptions Constructor(InvestigationSearchMode,InvestigationSearchScope,List<String>)
    In This Topic
    Creates an instance of the SearchOptions. Use this constructor if the SearchMode is InvestigationSearchMode.AdvancedSearch and the scope and filers are to be configured.
    Syntax

    Parameters

    searchMode
    The search mode.
    searchScope
    The search scope.
    filters
    The list of named object types to apply as a filter for the search. Pass null if all types are to be searched.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also