Removes the passed item's node from the 'Relationships' node of the item.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public void removeRelationship(
Item item
) |
Visual Basic (Declaration) |
---|
Public Sub removeRelationship ( _
item As Item _
) |
J# |
---|
public void removeRelationship(
Item item
) |
JScript |
---|
public function removeRelationship(
item : Item
) |
Remarks
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
System..::.ArgumentException |
-
Passed item doesn't represent a single item.
-
Passed item doesn't share its dom with this item.
-
Passed item is not a relationship.
-
'Relationship' node of this is read-only.
|
See Also