Autodesk Vault ProfessionalVault API

ConfigureFilters Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectEntitySettings

Configures options for the entity filters.

Syntax

public void ConfigureFilters(
   System.string selectionFilterLabel,
   System.Collections.Generic.IEnumerable<SelectEntitySettings.EntityFilter> entityFilters,
   SelectEntitySettings.EntityFilter defaultFilter
)
Public Sub ConfigureFilters( _
   ByVal selectionFilterLabel As System.String, _
   ByVal entityFilters As System.Collections.Generic.IEnumerable(Of SelectEntitySettings.EntityFilter), _
   ByVal defaultFilter As SelectEntitySettings.EntityFilter _
) 

Parameters

NameDescription
selectionFilterLabelSets the label for the combobox that allows the user to filter the entities displayed by a configured list of EntityFilters.
entityFiltersSets a list of filters that can be used to narrow down the list of entities.
defaultFilterSpecifies which of the entityFilters should be used initally.

See Also