Get Relationship Type Referenced
The method determines whether the custom relationship type with the specified identifier has be referenced by any items.
- Connect to the configuration web service.
- Specify the identifier of the custom relationship type.
Code Sample
# The unique identifier of the custom relationship type.
$definitionIdentifier = "f707b4a9-ce3c-447a-921a-b1d72769be14";
# Update the relationships.
$isReferenced = $xia.GET_IsRelationshipTypeReferenced($definitionIdentifier);
Write-Host $isReferenced;