Autodesk Vault ProfessionalVault API

EntityRestriction Constructor

Autodesk.DataManagement.Client.Framework.Vault.Currency.RestrictionsEntityRestriction

Constructor for the EntityRestriction class.

Syntax

public EntityRestriction(
   IEntity entity,
   System.string restrictionText
)
Public Function New( _
   ByVal entity As IEntity, _
   ByVal restrictionText As System.String _
)

Parameters

NameDescription
entityThe affected entity
restrictionTextThe description of the reason for the restriction

See Also