| IQuestionIsReachable Method |
Defines if the question is reachable
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax Function IsReachable As Boolean
Return Value
Type:
BooleanReturns a boolean indicating if the question is reachable
Remarks
A question is reachable if it is not deleted and if its parent is also reachable,
this means all of the question ancestors are checked
See Also