| IQuestionGetRecursiveLinkedResponses Method |
Retrieve all linked responses recursively based on link type
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IEnumerable<ILinkedResponse> GetRecursiveLinkedResponses()
Function GetRecursiveLinkedResponses As IEnumerable(Of ILinkedResponse)
IEnumerable<ILinkedResponse^>^ GetRecursiveLinkedResponses()
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.
See Also