Autodesk Vault ProfessionalVault API

Reset Method

Autodesk.DataManagement.Client.Framework.Forms.CurrencyPromptConfiguration

Resets this PromptConfiguration to the default state.

Syntax

public void Reset()
Public Sub Reset() 

Remarks

The default state has a UserAnswer of PromptAnswer.NotSet and a PromptInstruction of PromptInstruction.PromptAlways. Session related properties are also so to their default state.

See Also