Autodesk Vault ProfessionalVault API

AddEntityToAcquire(IEntity) Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsProgressAcquireFilesSettings

Adds to the list of entities to be acquired. This may be an actual file, or a container object (ie. a folder) that contains files

Syntax

public void AddEntityToAcquire(
   IEntity entity
)
Public Overloads Sub AddEntityToAcquire( _
   ByVal entity As IEntity _
) 

Parameters

NameDescription
entityThe entity to be acquired

See Also