UserNumber (RecordLockingConflict property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (match syntax table to syntax template, tags and edits) |
||
Line 1: | Line 1: | ||
{{Template:RecordLockingConflict:UserNumber subtitle}} | {{Template:RecordLockingConflict:UserNumber subtitle}} | ||
This readOnly property returns the user number (unique per session) of the user that has the conflict. | |||
==Syntax== | ==Syntax== | ||
Line 5: | Line 6: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%number</th> | ||
<td>A numeric variable to receive the user number. | <td>A numeric variable to receive the user number. | ||
</td></tr> | </td></tr> | ||
<tr><th> | <tr><th>recordLockingConflict</th> | ||
<td>A reference to an instance of a RecordLockingConflict object. | <td>A reference to an instance of a <var>[[RecordLockingConflict_class|RecordLockingConflict]]</var> object. | ||
</td></tr></table> | |||
==See also== | ==See also== | ||
{{Template:RecordLockingConflict:UserNumber footer}} | {{Template:RecordLockingConflict:UserNumber footer}} |
Revision as of 07:20, 23 April 2011
User number of the user that has the conflict (RecordLockingConflict class) This readOnly property returns the user number (unique per session) of the user that has the conflict.
Syntax
%number = recordLockingConflict:UserNumber
Syntax terms
%number | A numeric variable to receive the user number. |
---|---|
recordLockingConflict | A reference to an instance of a RecordLockingConflict object. |