SetItemAutounlinkEnabled Method
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
| Name | Description |
|---|---|
| unlinkEnabled | Whether to enable or disable auto unlink |