Autodesk Vault ProfessionalVault API

TopLevelEntities Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsVaultNavigationPathSettings

Gets or sets the fixed Top Level Entities of the combobox. This objects will always be displayed, in addition to the path of the current navigational element to the vault root.

Syntax

public System.Collections.Generic.IEnumerable<IEntity> TopLevelEntities {get; set;}
Public Property TopLevelEntities As System.Collections.Generic.IEnumerable(Of IEntity)

See Also