Aspose::Words::Fields::IFieldUserPromptRespondent::Respond method

IFieldUserPromptRespondent::Respond method

When implemented, returns a response from the user on prompting. Your implementation should return null to indicate that the user has not responded to the prompt (i.e. the user has pressed the Cancel button in the prompt window).

virtual System::String Aspose::Words::Fields::IFieldUserPromptRespondent::Respond(System::String promptText, System::String defaultResponse)=0
ParameterTypeDescription
promptTextSystem::StringPrompt text (i.e. title of the prompt window).
defaultResponseSystem::StringDefault user response (i.e. initial value contained in the prompt window).

ReturnValue

User response (i.e. confirmed value contained in the prompt window).

See Also