Autodesk Vault ProfessionalVault API

ResetSession Method

Autodesk.DataManagement.Client.Framework.Forms.CurrencyPromptConfiguration

Resets this PromptConfiguration's session data to the default state.

Syntax

public void ResetSession()
Public Sub ResetSession() 

Remarks

The default state of the session related properties are HideThisSession set to false and ThisSessionAnswer set to PromptAnswer.NotSet.

See Also