PCXmlReader.validateElementNameFromStr Method [AX 2012]

Validates the name of the current element against the expected name.

public boolean validateElementNameFromStr(str _expected)

Run On

Called

Parameters

_expected
Type: str
The expected name.

Return Value

Type: boolean
true if the current element name matched the expected name; otherwise, false.

Community Additions

ADD
Show: