Click or drag to resize

ItemgetLogicalItems Method

Note: This API is now obsolete.

Returns the Item object with the nodeList containing all logical nodes of this.node.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
[ObsoleteAttribute("Obsolete since 11 SP7. The method will be removed from future releases of IOM APIs.. Please use XPath instead.", 
	true)]
public Item getLogicalItems()

Return Value

Type: Item
Item object with the nodeList containing all logical nodes of this.node. The returned item shares its dom with this item.
Exceptions
ExceptionCondition
Exception The instance is neither a single regular item (i.e. item referencing <Item> node) nor a logical item.
See Also