CanNavigate Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Interfaces›IProgressiveLoadingVaultNavigationModel
Tests if the specified entity can be navigated to (ie. it can have children)
Syntax
System.bool CanNavigate(
IEntity parent
)Function CanNavigate( _
ByVal parent As IEntity _
) As System.BooleanParameters
| Name | Description |
|---|---|
| parent | The 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).