Click or drag to resize
Askia

IElementIsReachable Method

Defines if the element 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 element is reachable
Remarks
A element is reachable if it is not deleted and if its parent is also reachable, this means all of the element ancestors are checked
See Also