Clones the item.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public Item clone(
bool cloneRelationships
) |
Visual Basic (Declaration) |
---|
Public Function clone ( _
cloneRelationships As Boolean _
) As Item |
J# |
---|
public Item clone(
boolean cloneRelationships
) |
JScript |
---|
public function clone(
cloneRelationships : boolean
) : Item |
Parameters
- cloneRelationships
- Type: System..::.Boolean
If true, all relationships of the item are cloned as well.
Return Value
Cloned item.
Remarks
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
System..::.ArgumentException | this.node or some of its children nodes are read-only. |
See Also