Autodesk Vault ProfessionalVault API

Validate(Boolean) Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultNavigationPathComboboxControl

Syntax

public System.bool Validate(
   System.bool checkAutoValidate
)
Public Overloads Function Validate( _
   ByVal checkAutoValidate As System.Boolean _
) As System.Boolean

Parameters

NameDescription
checkAutoValidate

Return Value

true if validation is successful; otherwise, false . If called from the System.Windows.Forms.Control.Validating or System.Windows.Forms.Control.Validated event handlers, this method will always return false .

See Also