Autodesk Vault ProfessionalVault API

IsValidConfiguration Method

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

Tests if the Autodesk.DataManagement.Client.Framework.Vault.Settings.AcquireFilesSettings object has been properly configured and that we can proceed with the file acquisition

Syntax

public System.bool IsValidConfiguration()
Public Function IsValidConfiguration() As System.Boolean

Return Value

True if the configuration is valid.

Remarks

An example of an invalid configuration is if no entities have been added for acquistion or if an attempt is made to acquire a cloaked file.

See Also