NodeName (AddToRecordError property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (consistency is the key)
m (1 revision)
(No difference)

Revision as of 17:45, 4 May 2011

Name of node in input XmlDoc for which error occurred (AddToRecordError class)

[Introduced in Sirius Mods 7.8]

Syntax

%string = addToRecordError:NodeName

Syntax terms

%string A string to receive the name of a node in AddToRecord's method object XmlDoc. If the error involves a named node in the XmlDoc (for example, some cases when Reason = InvalidNode), this is the name of the node.
addToRecordError An AddToRecordError object.

Usage Notes

  • NodeName is available in Sirius Mods Version 7.8 and later.

See also