Returns an item that is a collection of all relationships items available on the instance.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public Item getRelationships() |
Visual Basic (Declaration) |
---|
Public Function getRelationships As Item |
J# |
---|
public Item getRelationships() |
JScript |
---|
public function getRelationships() : Item |
Return Value
Item that is a collection of all relationships items available on the instance. If
this doesn't
have relationships, the returned item
nodeList will be empty.
Remarks
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
See Also