Autodesk Vault ProfessionalVault API

BrowseVaultNavigationModel Constructor

Autodesk.DataManagement.Client.Framework.Vault.Forms.ModelsBrowseVaultNavigationModel

Constructs an instance of the BrowseVaultNavigationModel class

Syntax

public BrowseVaultNavigationModel(
   Connection conn,
   System.bool enableContentLoading,
   System.bool enableNavigationPathLoading
)
Public Function New( _
   ByVal conn As Connection, _
   ByVal enableContentLoading As System.Boolean, _
   ByVal enableNavigationPathLoading As System.Boolean _
)

Parameters

NameDescription
connA connection to a vault server
enableContentLoadingWhether or not the model should load the Content data when navigating
enableNavigationPathLoadingWhether or not the model should load the NavigationPath data when navigating

See Also