SetDataSource Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
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
| Name | Description |
|---|---|
| conn | A connection to a vault server |
| navModel | The model that provides the business logic for a navigation workflow |
| settings | An optional collection of settings that configure the characteristic and extensibility aspects of the control |