NodeName (AddToRecordError property)

From m204wiki
Revision as of 04:45, 10 April 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and . . . well, that's about it . . . I don't know this one either)
Jump to navigation Jump to search

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.

See also