CanBrowseChildren Method
Determines if the specified entity is browsable. This means that it can have children, not that it necessarily does.
Syntax
System.bool CanBrowseChildren(
IEntity entity
)Function CanBrowseChildren( _
ByVal entity As IEntity _
) As System.BooleanParameters
| Name | Description |
|---|---|
| entity | The entity to compute whether it is browsable. |
Return Value
True if the entity can be browsed, False otherwise.