Autodesk Vault ProfessionalVault API

DynamicColumnConfiguration Constructor

Autodesk.DataManagement.Client.Framework.Vault.Forms.CurrencyDynamicColumnConfiguration

Creates an instance of the DynamicColumnConfiguration class

Syntax

public DynamicColumnConfiguration(
   Connection conn,
   System.string persistenceKey,
   PropertyDefinitionDictionary availablePropDefs
)
Public Function New( _
   ByVal conn As Connection, _
   ByVal persistenceKey As System.String, _
   ByVal availablePropDefs As PropertyDefinitionDictionary _
)

Parameters

NameDescription
connA connection to a vault server
persistenceKeyA value which defines a unique namespace to persist the settings of this control. If two instances of the control share the same key, then they will share the same persisted state.
availablePropDefsA list of all of the Property Definitions that are available for display in this control. If null, all available Property Definitions will be used.

See Also