Click or drag to resize

ItemgetRelationships Method (String)

Returns an item that is a collection of relationships item with specified type available on the instance.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Item getRelationships(
	string itemTypeName
)

Parameters

itemTypeName
Type: SystemString
Type of relationship.

Return Value

Type: Item
Item that is a collection of relationships items with specified name available on the instance. If this doesn't have any relationships of this type, the returned item nodeList will be empty.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
Remarks
The methods does not make a request to the server but rather returns relationships items available on this.dom in memory. If order to get relationships from server please use fetchRelationships(...) methods.
See Also