Autodesk Vault ProfessionalVault API

CanBrowseChildren Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIEntityOperationManager

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.Boolean

Parameters

NameDescription
entityThe entity to compute whether it is browsable.

Return Value

True if the entity can be browsed, False otherwise.

See Also