IFieldUserPromptRespondent
Overview
IFieldUserPromptRespondent is a interface in Aspose.Words FOSS for .NET.
Represents the respondent to user prompts during field update.
This interface provides 1 method for working with IFieldUserPromptRespondent objects in .NET programs.
Available methods include: Respond.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Respond(promptText: string, defaultResponse: string) | When implemented, returns a response from the user on prompting. |