CanBrowseChildren Method
Determines if the specified entity is browsable. This just means that it CAN have children, not that it necessarily does
Syntax
System.bool CanBrowseChildren(
Connection vltConn,
IEntity entity
)Function CanBrowseChildren( _
ByVal vltConn As Connection, _
ByVal entity As IEntity _
) As System.BooleanParameters
| Name | Description |
|---|---|
| vltConn | A connection to a vault server |
| entity | The entity to retrieve children for |
Return Value
True of the entity can have children. False otherwise