Set the 'type' attribute on the Item node.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public void setType(
string itemTypeName
) |
Visual Basic (Declaration) |
---|
Public Sub setType ( _
itemTypeName As String _
) |
J# |
---|
public void setType(
String itemTypeName
) |
JScript |
---|
public function setType(
itemTypeName : String
) |
Parameters
- itemTypeName
- Type: System..::.String
Name of the item type
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
System..::.ArgumentException | The this.node is read-only. |
See Also