Value (AddToRecordError property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{Template:AddToRecordError:Value subtitle}}
{{Template:AddToRecordError:Value subtitle}}
==Syntax==
#REDIRECT [[AddToRecordError class#Value property|Value property]]
{{Template:AddToRecordError:Value syntax}}
[[Category:AddToRecordError methods|Value property]]
===Syntax terms===
<table class="syntaxTable">
<tr><th>%string</th>
<td>A string to receive the value. If the error involves a value in <var>[[AddToRecord (XmlDoc subroutine)|AddToRecord]]</var>'s method object <var>[[XmlDoc class|XmlDoc]]</var> (for example, if <code>[[Reason (AddToRecordError property)|Reason]] = InvalidBase64</code>), this is the value that is in error (actually, up to 255 bytes of the value).
</td></tr>
<tr><th>addToRecordError</th>
<td>An <var>[[AddToRecordError_class|AddToRecordError]]</var> object.
</td></tr></table>
 
==Usage Notes==
<ul>
<li><var>Value</var> is available in <var class="product">[[Sirius Mods|Sirius Mods]]</var> Version 7.8 and later.
</ul>
 
==See also==
{{Template:AddToRecordError:Value footer}}

Revision as of 18:50, 9 May 2011

Value from input XmlDoc for which error occurred (AddToRecordError class)

[Introduced in Sirius Mods 7.8]

  1. REDIRECT Value property