Click or drag to resize

ItemgetRelationships Method (String, String)

Note: This API is now obsolete.

Returns an item that is a collection of relationship item with specified type; each relationship item has only properties specified in the select list.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
[ObsoleteAttribute("Obsolete since 8 SP2. The method will be removed from future releases of IOM. Please use fetchRelationship(...) methods instead.", 
	false)]
public Item getRelationships(
	string itemTypeName,
	string selectAttr
)

Parameters

itemTypeName
Type: SystemString
Type of relationship.
selectAttr
Type: SystemString
Select list for relations items.

Return Value

Type: Item
Item that is a collection of relationship items with specified name. If this doesn't have any relationship of this type, the returned item nodeList will be empty.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
See Also