Autodesk Vault ProfessionalVault API

SetDataSource Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultNavigationPathComboboxControl

Binds the control to a datasource which provides information about a Navigation Path and methods to modify the current entity

Syntax

public void SetDataSource(
   Connection conn,
   IVaultNavigationModel navModel,
   VaultNavigationPathSettings settings
)
Public Sub SetDataSource( _
   ByVal conn As Connection, _
   ByVal navModel As IVaultNavigationModel, _
   ByVal settings As VaultNavigationPathSettings _
) 

Parameters

NameDescription
connA connection to a vault server
navModelThe model that provides the business logic for a navigation workflow
settingsAn optional collection of settings that configure the characteristic and extensibility aspects of the control

See Also