Autodesk Vault ProfessionalVault API

CanDownloadOrCheckoutEntities Method

Autodesk.DataManagement.Client.Framework.Vault.InterfacesIEntityOperationProvider

Determines if the list of entities are eligible for the Get/Checkout workflow.

Syntax

System.bool CanDownloadOrCheckoutEntities(
   Connection vltConn,
   System.Collections.Generic.IEnumerable<IEntity> entities
)
Function CanDownloadOrCheckoutEntities( _
   ByVal vltConn As Connection, _
   ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity) _
) As System.Boolean

Parameters

NameDescription
vltConnA connection to a vault server
entitiesList of entities to evaluate

Return Value

True if every entity is eligible. False if at least one isnt

See Also