Autodesk Vault ProfessionalVault API

AddInitialColumn Method

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

Identifies 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.

Syntax

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

Parameters

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

See Also