Autodesk Vault ProfessionalVault API

ClassicVaultBrowserControl.Configuration Constructor

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

Creates an instance of the Configuration class

Syntax

public ClassicVaultBrowserControl.Configuration(
   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