AddEntityToAcquire(IEnumerable<IEntity>) Method
Adds to the list of entities to be acquired. This may be a list of actual files, container objects (ie. a folder) that contains files, or a combination of both
Syntax
public void AddEntityToAcquire(
System.Collections.Generic.IEnumerable<IEntity> entities
)Public Overloads Sub AddEntityToAcquire( _
ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity) _
) Parameters
| Name | Description |
|---|---|
| entities | The entities to be acquired |