NodeType (AddToRecordError property)

From m204wiki
Revision as of 05:04, 10 April 2011 by Goff (talk | contribs) (match syntax table to syntax template (will need to be redone when syntax template is fixed) tags and edits)
Jump to navigation Jump to search

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

[Introduced in Sirius Mods 7.8]

Syntax

%xmlNodeType = addToRecordError:NodeType

Syntax terms

%xmlNodeType A XmlNodeType enumeration to receive the type of a node in AddToRecord's method object XmlDoc. If the error involves a node in the XmlDoc (for example, if Reason = InvalidNode).
addToRecordError An AddToRecordError object.

See also