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.9.36244
Syntaxpublic string getRelatedItemID()
Public Function getRelatedItemID As String
public String getRelatedItemID()
public function getRelatedItemID() : String
Return Value
Type:
StringID of the related item. If related item not found, return empty string.
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
See Also