RegisterPrompt Method
Registers a prompt definition with the prompt service.
Syntax
void RegisterPrompt(
PromptDefinition promptDef,
System.bool replaceExisting
)Sub RegisterPrompt( _
ByVal promptDef As PromptDefinition, _
Optional ByVal replaceExisting As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| promptDef | The PromptDefinition to register |
| replaceExisting | Whether or not previously registered prompt should be replaced when attempting to register another prompt with a matching ID. If false, an exception will be thrown when attemping to register a prompt with an ID that was already registered. Defaults to false. |