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

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

Syntax

C#
public void removeLogical(
	Item logicalItem
)
Visual Basic (Declaration)
Public Sub removeLogical ( _
	logicalItem As Item _
)
J#
public void removeLogical(
	Item logicalItem
)
JScript
public function removeLogical(
	logicalItem : Item
)

Parameters

logicalItem
Type: Aras.IOM..::.Item
Logical item to be removed.

Remarks

It's assumed that passed item's node is a child of this.node.

Exceptions

ExceptionCondition
System..::.Exception The instance is neither a single regular item (i.e. item referencing <Item> node) nor a logical item.
System..::.ArgumentException
  • Passed item is not a logical item.
  • The passed item is not a child of this item. Or this.node is read-only.

See Also