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

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
[ObsoleteAttribute("The method will be removed from future releases of IOM APIs.", 
	false)]
public Item getLogicalItems()
Visual Basic (Declaration)
<ObsoleteAttribute("The method will be removed from future releases of IOM APIs.",  _
	False)> _
Public Function getLogicalItems As Item
J#
/** @attribute ObsoleteAttribute("The method will be removed from future releases of IOM APIs.", false) */
public Item getLogicalItems()
JScript
public function getLogicalItems() : Item

Return Value

Item object with the nodeList containing all logical nodes of this.node. The returned item shares its dom with this item.

Exceptions

ExceptionCondition
System..::.Exception The instance is neither a single regular item (i.e. item referencing <Item> node) nor a logical item.

See Also