Autodesk Vault ProfessionalVault API

FileAcquisitionRestriction Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Restrictions

This is a specialized EntityRestriction that can occur during an attempt to acquire (get or checkout) a file from the vault.

Syntax

public sealed class FileAcquisitionRestriction : EntityRestriction 
Public NotInheritable Class FileAcquisitionRestriction
   Inherits EntityRestriction

Constructors

NameDescription
FileAcquisitionRestrictionConstructs an instance of the FileAcquisitionRestriction object

Properties

NameDescription
CodeGets the type of restriction
DownloadPathGets the physical location on the file on disk
EntityThe entity affected by this restriction.
FileGets the file that this restriction applies to
IsCheckOutRestrictionGets whether the file is a part of a checkout operation
IsOverrideableGets if the resriction can be overridden by the user.
ReasonGets a human readable description of the reason for the failure
RestrictedObjectNameGets the name of the object that this restriction affects.
RestrictionReasonGets the reason for this restriction if needed.
RestrictionTextGets the reson for this restriction.

Returned By

Where you get a FileAcquisitionRestriction — members that return one.

Inheritance Hierarchy

See Also