Autodesk Vault ProfessionalVault API

CanNavigate Method

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

Tests if the specified entity can be navigated to (ie. it can have children)

Syntax

public System.bool CanNavigate(
   IEntity entity
)
Public Function CanNavigate( _
   ByVal entity As IEntity _
) As System.Boolean

Parameters

NameDescription
entityThe entity to test if it can be navigated to

Return Value

True if the entity can have children (which doesn't necessarily mean it does have children).

See Also