Autodesk Vault ProfessionalVault API

AddRestriction Method

Autodesk.DataManagement.Client.Framework.Forms.SettingsShowRestrictionsSettings

Adds a restriction to the collection of restrictions displayed by the dialog.

Syntax

public void AddRestriction(
   Restriction restriction
)
Public Sub AddRestriction( _
   ByVal restriction As Restriction _
) 

Parameters

NameDescription
restrictionThe Autodesk.DataManagement.Client.Framework.Currency.Restriction to be added

See Also