DirRelationshipTypeTable::isRelationshipSymmetric Method
Indicates whether the parent-to-child and child-to-parent relationships are symmetric.
Syntax
client server public static boolean isRelationshipSymmetric(Name _parentChildRealtionshipName, Name _childParentRelationshipName)
Run On
Called
Parameters
- _parentChildRealtionshipName
Type: Name Extended Data Type
The name of the parent-to-child relationship.
- _childParentRelationshipName
Type: Name Extended Data Type
The name of the child-to-parent relationship
Return Value
Type: boolean
true if the relationships are symmetric; otherwise, false.