Name | Description | |
---|---|---|
BrowseProjectFilter Constructor | Overloaded. |
The following tables list the members exposed by BrowseProjectFilter.
Name | Description | |
---|---|---|
BrowseProjectFilter Constructor | Overloaded. |
Name | Description | |
---|---|---|
BlockAllFileIdentification | 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. | |
BrowsingFilesMode | Gets or sets whether this filter will put the browse dialog into BrowseFilesMode | |
CanBeFlagNames | Returns an enumerable of the filter flag names from the canBeFlag collection of the BrowseProjectFilter instance | |
CanBeTypeIds | Returns an enumerable of the typeids from the canBeTypeId collection of the BrowseProjectFilter instance | |
DoBrowseIntoTypeIds | Returns an enumerable of the typeids from the doBrowseIntoTypeId collection of the BrowseProjectFilter instance | |
DontBrowseIntoFlagNames | Returns an enumerable of the filter flag names from the dontBrowseIntoFlag collection of the BrowseProjectFilter instance | |
DontBrowseIntoTypeIds | Returns an enumerable of the typeids from the dontBrowseIntoTypeId collection of the BrowseProjectFilter instance | |
Excludes | Returns a reference to the set of browse places to not show in the catalog tree of the browse dialog | |
FileExtension | Gets or sets the FileExtension property of the Browse | |
Filters | Returns the list of the Filters property of the BrowseProjectFilter instance | |
Includes | Returns a reference to the set of browse places to show in the catalog tree of the browse dialog | |
InitialPath | Gets or sets the initialPath property of the BrowseProjectFilter instance | |
MustBeFlagNames | Returns an enumerable of the filter flag names from the mustBeFlag collection of the BrowseProjectFilter instance | |
MustNotBeFlagNames | Returns an enumerable of the filter flag names from the mustNotBeFlag collection of the BrowseProjectFilter instance | |
MustNotBeTypeIds | Returns an enumerable of the typeids from the mustNotBeTypeId collection of the BrowseProjectFilter instance | |
Name | Gets or sets the name of the BrowseDialogFilter instance |
Name | Description | |
---|---|---|
AddCanBeFlag | Adds specified filter flag to the canBeFlags collection of the BrowseProjectFilter instance | |
AddCanBeTypeId | Adds specified typeid to the canBeTypeId collection of the BrowseProjectFilter instance | |
AddDoBrowseIntoTypeId | Adds specified typeid to the doBrowseIntoTypeId collection of the BrowseProjectFilter instance | |
AddDontBrowseIntoFlag | Adds specified filter flag to the dontBrowseIntoFlag collection of the BrowseProjectFilter instance | |
AddDontBrowseIntoTypeId | Adds specified typeid to the dontBrowseIntoTypeId collection of the BrowseProjectFilter instance | |
AddFilter | Adds an instance of a BrowseProjectFilter to the Filters collection property. used to make composite filters | |
AddMustBeFlag | Adds specified filter flag to the mustBeFlag collection of the BrowseProjectFilter instance | |
AddMustNotBeFlag | Adds specified filter flag to the mustNotBeFlag collection of the BrowseProjectFilter instance | |
AddMustNotBeTypeId | Adds specified typeid to the mustNotBeTypeId collection of the BrowseProjectFilter instance | |
CanSelect | Returns true if this typeid can be selected while using this browseDialogFilter instance | |
Clone | Returns a new instance of a BrowseProjectFilter with the same properties as the one being cloned | |
GetFilter | Gets an instance of a BrowseProjectFilter defined by the named daml-declared filter | |
GetFlagsForTypeId | Gets the set of filter flags for the specified typeId. | |
GetNamedFilterNames | Gets an enumeration of the names of all daml-declared filters | |
GetTypeIdsForFlag | Gets the set of typeIds for the specified filter flag. |