Checks the attribute 'isNew' on the item.

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

Syntax

C#
public bool isNew()
Visual Basic (Declaration)
Public Function isNew As Boolean
J#
public boolean isNew()
JScript
public function isNew() : boolean

Return Value

'true' if the Item has the attribute 'isNew' set to '1', 'false' otherwise

See Also