Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if the specified record is already specified anywhere in the parent path of the specified node.
Syntax
public boolean isRecordInParentPath(
int _nodeId,
TableId _tableId,
RefRecId _refRecId)
Run On
Called
Parameters
- _nodeId
Type: int
The node to traverse.
- _tableId
Type: TableId Extended Data Type
The table ID for the record to search for.
- _refRecId
Type: RefRecId Extended Data Type
The RecId for the record to search for.
Return Value
Type: boolean
true if the record is found in the path; Otherwise, false.