Click or drag to resize

ItemsetType Method

Set the 'type' attribute on the Item node.

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

Parameters

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