ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / BrowseProjectFilter Class
Properties Methods


In This Topic
    BrowseProjectFilter Class Members
    In This Topic

    The following tables list the members exposed by BrowseProjectFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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
    Public Methods
     NameDescription
    Public Method Adds specified filter flag to the canBeFlags collection of the BrowseProjectFilter instance  
    Public Method Adds specified typeid to the canBeTypeId collection of the BrowseProjectFilter instance  
    Public Method Adds specified typeid to the doBrowseIntoTypeId collection of the BrowseProjectFilter instance  
    Public Method Adds specified filter flag to the dontBrowseIntoFlag collection of the BrowseProjectFilter instance  
    Public Method Adds specified typeid to the dontBrowseIntoTypeId collection of the BrowseProjectFilter instance  
    Public Method Adds an instance of a BrowseProjectFilter to the Filters collection property. used to make composite filters  
    Public Method Adds specified filter flag to the mustBeFlag collection of the BrowseProjectFilter instance  
    Public Method Adds specified filter flag to the mustNotBeFlag collection of the BrowseProjectFilter instance  
    Public Method Adds specified typeid to the mustNotBeTypeId collection of the BrowseProjectFilter instance  
    Public Method Returns true if this typeid can be selected while using this browseDialogFilter instance  
    Public Method Returns a new instance of a BrowseProjectFilter with the same properties as the one being cloned  
    Public Methodstatic (Shared in Visual Basic) Gets an instance of a BrowseProjectFilter defined by the named daml-declared filter  
    Public Methodstatic (Shared in Visual Basic) Gets the set of filter flags for the specified typeId.  
    Public Methodstatic (Shared in Visual Basic) Gets an enumeration of the names of all daml-declared filters  
    Public Methodstatic (Shared in Visual Basic) Gets the set of typeIds for the specified filter flag.  
    Top
    See Also