| IQuestionGetRecursiveLinkedResponses Method (Int32) |
Retrieve all linked responses recursively based on link type
and a visibility source question id
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IEnumerable<ILinkedResponse> GetRecursiveLinkedResponses(
int VisibilitySourceQuestionId
)
Function GetRecursiveLinkedResponses (
VisibilitySourceQuestionId As Integer
) As IEnumerable(Of ILinkedResponse)
IEnumerable<ILinkedResponse^>^ GetRecursiveLinkedResponses(
int VisibilitySourceQuestionId
)
Parameters
- VisibilitySourceQuestionId
- Type: SystemInt32
Id of the question to which the result linked responses will be associated to
Return Value
Type:
IEnumerableILinkedResponseReturns a collection of linked responses
Remarks
This method retrieves all linked responses to this question
and also recursively retrieves the linked responses for other linked questions.
This also includes this question's own responses.
Remarks
TODO: Why is the parameter called VisibilitySourceQuestionId ?
See Also