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

Remarks

If the user modifies the visible columns at runtime, the modifications will be applied on subsequent instances of the control. If the user selectes Reset from the context menu, then the columns will revert back to this initial column configuration

See Also