Skip to main content

aras.getItemProperty Method (aras Object)

aras.getItemProperty Method

Gets property value with specified name from Item node.

Syntax

aras.getItemProperty(node,element,defaultVal)

Parameters

NameTypeDescription
nodeObjectRequired. Item node.
elementStringRequired. Property name.
defaultValStringOptional. Property default value. If not set, the function will use empty String.

Return Value

A String.
Returns property value if property exists, otherwise returns defaultVal.

See Also

aras Object
Aras Innovator Client Framework

Comments