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.9.36244
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()
<ObsoleteAttribute("Obsolete since 11 SP7. The method will be removed from future releases of IOM APIs.. Please use XPath instead.",
true)>
Public Function getLogicalItems As Item
/** @attribute ObsoleteAttribute("Obsolete since 11 SP7. The method will be removed from future releases of IOM APIs.. Please use XPath instead.",
true) */
public Item getLogicalItems()
public function getLogicalItems() : Item
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.
ExceptionsException | Condition |
---|
Exception |
The instance is neither a single regular item (i.e. item referencing <Item> node) nor a logical item.
|
See Also