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

See Also