Autodesk Vault ProfessionalVault API

AddInitialQuickListColumn Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultBrowserControl.Configuration

Identifies a property as one that should be visible in the initial quicklist displayed in this control.

Syntax

public void AddInitialQuickListColumn(
   System.string propdefSystemName
)
Public Sub AddInitialQuickListColumn( _
   ByVal propdefSystemName As System.String _
) 

Parameters

NameDescription
propdefSystemNameThe system name of the Property Definition that is being added to the quicklist

Remarks

If the user modifies the columns in the quicklist at runtime, the modifications will be applied on subsequent instnaces of the control

See Also