ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / BrowseProjectFilter Class


In This Topic
    BrowseProjectFilter Class Properties
    In This Topic

    For a list of all members of this type, see BrowseProjectFilter members.

    Public Properties
     NameDescription
    Public Property Gets or sets whether this filter will put the browse dialog into raw BrowseFilesMode. In raw mode, no file types are identified. This property must be used in conjunction with BrowsingFilesMode=true.  
    Public Property Gets or sets whether this filter will put the browse dialog into BrowseFilesMode  
    Public Property Returns an enumerable of the filter flag names from the canBeFlag collection of the BrowseProjectFilter instance  
    Public Property Returns an enumerable of the typeids from the canBeTypeId collection of the BrowseProjectFilter instance  
    Public Property Returns an enumerable of the typeids from the doBrowseIntoTypeId collection of the BrowseProjectFilter instance  
    Public Property Returns an enumerable of the filter flag names from the dontBrowseIntoFlag collection of the BrowseProjectFilter instance  
    Public Property Returns an enumerable of the typeids from the dontBrowseIntoTypeId collection of the BrowseProjectFilter instance  
    Public Property Returns a reference to the set of browse places to not show in the catalog tree of the browse dialog  
    Public Property Gets or sets the FileExtension property of the Browse  
    Public Property Returns the list of the Filters property of the BrowseProjectFilter instance  
    Public Property Returns a reference to the set of browse places to show in the catalog tree of the browse dialog  
    Public Property Gets or sets the initialPath property of the BrowseProjectFilter instance  
    Public Property Returns an enumerable of the filter flag names from the mustBeFlag collection of the BrowseProjectFilter instance  
    Public Property Returns an enumerable of the filter flag names from the mustNotBeFlag collection of the BrowseProjectFilter instance  
    Public Property Returns an enumerable of the typeids from the mustNotBeTypeId collection of the BrowseProjectFilter instance  
    Public Property Gets or sets the name of the BrowseDialogFilter instance  
    Top
    See Also