Remove specified item from the this.dom
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public void removeItem(
Item item
) |
Visual Basic (Declaration) |
---|
Public Sub removeItem ( _
item As Item _
) |
J# |
---|
public void removeItem(
Item item
) |
JScript |
---|
public function removeItem(
item : Item
) |
Remarks
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a collection of items. |
System..::.ArgumentException |
-
Passed item and this don't reference the same ArasXmlDocument.
-
Passed item has wrong internal strucure; e.g. both node and nodeList are null; etc.
-
Can't remove an item node as its parent node is read-only.
|
See Also