Returns ID of the Item node. According to AML standard ID could be set on <Item> either as the attribute with name 'id' or as a sub-tag <id> (i.e. item property) or both.

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

Syntax

C#
public string getID()
Visual Basic (Declaration)
Public Function getID As String
J#
public String getID()
JScript
public function getID() : String

Return Value

ID of the item or empty string if ID was not found.

Exceptions

ExceptionCondition
System..::.ExceptionThe instance doesn't represent a single item.

See Also