Autodesk Vault ProfessionalVault API

ClassicVaultBrowserControl.Configuration Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Controls

This class provides configuration data for ClassicVaultBrowserControl.

Syntax

public class ClassicVaultBrowserControl.Configuration : Autodesk.DataManagement.Client.Framework.Vault.Forms.Currency.DynamicColumnConfiguration 
Public Class ClassicVaultBrowserControl.Configuration
   Inherits Autodesk.DataManagement.Client.Framework.Vault.Forms.Currency.DynamicColumnConfiguration

Constructors

NameDescription
ClassicVaultBrowserControl.ConfigurationCreates an instance of the Configuration class

Properties

NameDescription
DefaultSortPropertyIdGets or sets the system name of the property that is used to sort the grid rows by default. This will be used as the final sort column when sorting on other columns.
FixedColumnsGets or sets the number of columns that should have their positions fixed on the left side of the control
IconPropertyIdGets or sets the system name of the property that is used to display the icon for entities in the List View
NamePropertyIdGets or sets the system name of the property that is used to display the name for entities in the List View or Icon Views
ThumbnailPropertyIdGets or sets the system name of the property that is used to display the thumbnail image for entities in the Icon Views
UnhiddenColumnsGets and set the list of FieldName of columns that can't hidden in the ClassicVaultBrowserControl.

Methods

NameDescription
AddInitialColumnIdentifies a property as one that should be visible in the initial display of this control. The columns will be displayed in the order that they are added.
AddInitialGroupingCreates a Group specification for a property.
AddInitialQuickListColumnIdentifies a property as one that should be visible in the initial quicklist displayed in this control.
AddInitialSortCriteriaCreates a sort specification for a property.
AddPropertyExtensionProviderRegisters a Property Provider which can be used to provide property values for custom Property Definitions or to modify the values that were computed by the framework.
GetColumnSettingsGets display and formatting information about a specific property that can be displayed as a column

Inheritance Hierarchy

See Also