Autodesk Vault ProfessionalVault API

Restriction Class

Autodesk.DataManagement.Client.FrameworkAutodesk.DataManagement.Client.Framework.Currency

A restriction is a combination of a restricted object and a reason why an operation failed on the object. An example would be a restriction on deleting a file, becuase a link to the file still exists. All other more specific restrictions types inherit from this base class.

Syntax

public class Restriction 
Public Class Restriction 

Constructors

NameDescription
Restriction

Properties

NameDescription
IsOverrideableGets if the resriction can be overridden by the user.
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 Restriction — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Currency.Restriction
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Restrictions.EntityRestriction

See Also