Click or drag to resize
Askia

ISurveyFindResponses Method

Retrieve responses from within the questions of the survey given their ids

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IEnumerable<IResponse> FindResponses(
	ICollection<int> responsesIds
)

Parameters

responsesIds
Type: System.Collections.GenericICollectionInt32
Ids of the responses to find

Return Value

Type: IEnumerableIResponse
Return the found responses
See Also