Autodesk Vault ProfessionalVault API

ConfigurePrompts Method

Autodesk.DataManagement.Client.Framework.FormsLibrary

Launches a GUI workflow to allow users to configure prompts that have been registered with the Autodesk.DataManagement.Client.Framework.Forms.Services.IPromptService.

Syntax

public static System.Windows.Forms.DialogResult ConfigurePrompts(
   System.object helpContext
)
Public Shared Function ConfigurePrompts( _
   Optional ByVal helpContext As System.Object _
) As System.Windows.Forms.DialogResult

Parameters

NameDescription
helpContextAn object that will be passed to the custom help handler when the configure prompts dialog's help button is clicked.

Return Value

The button clicked by the user.

See Also