Autodesk Vault ProfessionalVault API

PromptRestriction Constructor

Autodesk.DataManagement.Client.Framework.Forms.CurrencyPromptRestriction

Creates a PromptRestriction object.

Syntax

public PromptRestriction(
   PromptAnswer answer,
   PromptInstruction instruction
)
Public Function New( _
   ByVal answer As PromptAnswer, _
   ByVal instruction As PromptInstruction _
)

Parameters

NameDescription
answerThe PromptAnswer that is part of an invalid configuration when paired with instruction.
instructionThe PromptInstruction that is part of an invalid configruation when paired with answer.

See Also