Click or drag to resize

ItemgetRelatedItemID Method

Tries to find related item (xpath: "./related_id") on item's node and returns its ID.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public string getRelatedItemID()

Return Value

Type: String
ID of the related item. If related item not found, return empty string.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
See Also