Returns a new Item.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public Item newItem()
Visual Basic (Declaration)
Public Function newItem As Item
J#
public Item newItem()
JScript
public function newItem() : Item

Return Value

Newly created instance of Item.

Remarks

The new Item will have no properties.

See Also