CanDownloadOrCheckoutEntities Method
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.BooleanParameters
| Name | Description |
|---|---|
| vltConn | A connection to a vault server |
| entities | List of entities to evaluate |
Return Value
True if every entity is eligible. False if at least one isnt