CanNavigate Method
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.BooleanParameters
| Name | Description |
|---|---|
| entity | 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).