Click or drag to resize

ItemremoveLogical Method

Removes logical node referenced by the passed item from this.node.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void removeLogical(
	Item logicalItem
)

Parameters

logicalItem
Type: Aras.IOMItem
Logical item to be removed.
Exceptions
ExceptionCondition
Exception The instance is neither a single regular item (i.e. item referencing <Item> node) nor a logical item.
ArgumentException
  • Passed item is not a logical item.
  • The passed item is not a child of this item. Or this.node is read-only.
Remarks
It's assumed that passed item's node is a child of this.node.
See Also