Click or drag to resize

ItemsetID Method

Set the id attribute on the Item node. If the item has the property id as well, the property is set too.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void setID(
	string id
)

Parameters

id
Type: SystemString
ID of the item
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
ArgumentExceptionThe this.node is read-only.
See Also