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: 11.0.0.6296

Syntax

C#
public string getRelatedItemID()
Visual Basic (Declaration)
Public Function getRelatedItemID As String
J#
public String getRelatedItemID()
JScript
public function getRelatedItemID() : String

Return Value

ID of the related item. If related item not found, return empty string.

Exceptions

ExceptionCondition
System..::.ExceptionThe instance doesn't represent a single item.

See Also