BrowseVaultNavigationModel Constructor
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
| Name | Description |
|---|---|
| conn | A connection to a vault server |
| enableContentLoading | Whether or not the model should load the Content data when navigating |
| enableNavigationPathLoading | Whether or not the model should load the NavigationPath data when navigating |