The method determines whether the custom relationship type with the specified identifier has be referenced by any items.




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