Autodesk Vault ProfessionalVault API

Navigate(IEntity,IEnumerable<IEntity>,NavigationContext) Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.InterfacesIVaultNavigationModel

Changes the data in the model to represent a new entity. The Content for the new entity is supplied and thus doesn't need to be loaded in a background thread.

Syntax

void Navigate(
   IEntity parent,
   System.Collections.Generic.IEnumerable<IEntity> content,
   NavigationContext context
)
Overloads Sub Navigate( _
   ByVal parent As IEntity, _
   ByVal content As System.Collections.Generic.IEnumerable(Of IEntity), _
   ByVal context As NavigationContext _
) 

Parameters

NameDescription
parentThe entity that is being navigated to
contentThe child content associated with the parent entity
contextThe type of navigation being performed

See Also