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.
Indicates whether the given parent-child relationship is valid.
Syntax
public boolean hasAsParent(int64 _child, int64 _parent)
Run On
Called
Parameters
- _child
Type: int64
The ID of the child node.
- _parent
Type: int64
The ID of the parent node.
Return Value
Type: boolean
true if the parent-child relationship is valid; otherwise, false.
Remarks
This method is used by the Microsoft.Dynamics.AxHierarchyBridge.AxHierarchyDesignerBridgeclass.