Removes logical node referenced by the passed item from this.node.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void removeLogical(
Item logicalItem
)
Public Sub removeLogical (
logicalItem As Item
)
public void removeLogical(
Item logicalItem
)
public function removeLogical(
logicalItem : Item
)
Parameters
- logicalItem
- Type: Aras.IOMItem
Logical item to be removed.
ExceptionsException | Condition |
---|
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