Autodesk Vault ProfessionalVault API

AddRestriction Method

Autodesk.DataManagement.Client.Framework.Forms.CurrencyPromptDefinition

Adds the specified PromptRestriction to this prompt definition.

Syntax

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

Parameters

NameDescription
restrictionThe restriction to be added.

See Also