Click or drag to resize
Askia

IQuestionIsReachable Method

Defines if the question is reachable

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
bool IsReachable()

Return Value

Type: Boolean
Returns 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