Set the 'type' attribute on the Item node.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void setType(
string itemTypeName
)
Public Sub setType (
itemTypeName As String
)
public void setType(
String itemTypeName
)
public function setType(
itemTypeName : String
)
Parameters
- itemTypeName
- Type: SystemString
Name of the item type
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
ArgumentException | The this.node is read-only. |
See Also