Autodesk Vault ProfessionalVault API

CanBrowseChildren Method

Autodesk.DataManagement.Client.Framework.Vault.InterfacesIEntityOperationProvider

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

Parameters

NameDescription
vltConnA connection to a vault server
entityThe entity to retrieve children for

Return Value

True of the entity can have children. False otherwise

See Also