BenSelect Documentation
SaveAnswer(PersonView,Int32,String,Boolean) Method
See Also  Send Feedback
Selerix.BenSelect.View.ProductEngines Namespace > ProductEngineView Class > SaveAnswer Method : SaveAnswer(PersonView,Int32,String,Boolean) Method
person
The person.
productQuestionID
The product question identifier.
answer
The answer.
enrollerQuestion
if set to true then enroller question.
Saves the answer.

Syntax

JScript 
public function SaveAnswer( 
   person : PersonView,
   productQuestionID : int,
   answer : String,
   enrollerQuestion : boolean
) : ApplicationResponseView;

Parameters

person
The person.
productQuestionID
The product question identifier.
answer
The answer.
enrollerQuestion
if set to true then enroller question.

Return Value

ApplicationResponseView.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.