Autodesk Vault ProfessionalVault API

IsOverrideable Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.RestrictionsFileAcquisitionRestriction

Gets if the resriction can be overridden by the user.

Syntax

public System.bool IsOverrideable {get;}
Public ReadOnly Property IsOverrideable As System.Boolean

Remarks

Overriding a restriction means continuing with the operation the user started even with a condition that would normally block it. An example of an overrideable restriction would be deleting a file that still has links to it. Not all restrictions are overrideable, so it is something that needs to be specified by the creator of the restriction object.

See Also