Autodesk Vault ProfessionalVault API

UnregisterPrompt Method

Autodesk.DataManagement.Client.Framework.Forms.ServicesIPromptService

Removes a previously registered prompt from the prompt service. Once removed, it will not show up in any list of available prompts presented to the user.

Syntax

void UnregisterPrompt(
   PromptDefinition promptDef
)
Sub UnregisterPrompt( _
   ByVal promptDef As PromptDefinition _
) 

Parameters

NameDescription
promptDefThe ID of the PromptItem to remove

See Also