ConfigurePrompts Method
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.DialogResultParameters
| Name | Description |
|---|---|
| helpContext | An 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.