Autodesk Vault ProfessionalVault API

SetItemAutounlinkEnabled Method

Autodesk.Connectivity.WebServicesItemService

Sets the current setting to enable/disable Automatically Breaking Links during Assign Item when the Equivalence value of the Component no longer matches that of the actual assigned Item

Required Permissions

"Vault Set Options"

Syntax

public void SetItemAutounlinkEnabled(
   System.bool unlinkEnabled
)
Public Sub SetItemAutounlinkEnabled( _
   ByVal unlinkEnabled As System.Boolean _
) 

Parameters

NameDescription
unlinkEnabledWhether to enable or disable auto unlink

See Also