| 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
)
Function FindResponses (
responsesIds As ICollection(Of Integer)
) As IEnumerable(Of IResponse)
IEnumerable<IResponse^>^ FindResponses(
ICollection<int>^ responsesIds
)
Parameters
- responsesIds
- Type: System.Collections.GenericICollectionInt32
Ids of the responses to find
Return Value
Type:
IEnumerableIResponseReturn the found responses
See Also