Click or drag to resize

ItemgetID Method

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: 14.0.20.39432
Syntax
public string getID()

Return Value

Type: String
ID of the item or empty string if ID was not found.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
See Also