Sets the 'related_id' property to an item reference.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public void setRelatedItem(
Item ritem
) |
Visual Basic (Declaration) |
---|
Public Sub setRelatedItem ( _
ritem As Item _
) |
J# |
---|
public void setRelatedItem(
Item ritem
) |
JScript |
---|
public function setRelatedItem(
ritem : Item
) |
Remarks
Exceptions
Exception | Condition |
---|
System..::.Exception |
-
The instance doesn't represent a single item.
-
The instance has a wrong internal structure (e.g. item.node doesn't belong to item.dom; etc.).
|
System..::.ArgumentException |
-
The item passed to the method doesn't represent a single item.
-
this.node is read-only.
|
See Also