NewFromSession (PersistentObjectInfo function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
Line 9: | Line 9: | ||
<td>The class name in parentheses denotes a [[Notation conventions for methods#Shared members|shared]] method. <var>NewFromSession</var> can also be invoked via a <var>PersistentObjectInfo</var> object variable, which may be <var>Null</var>.</td></tr> | <td>The class name in parentheses denotes a [[Notation conventions for methods#Shared members|shared]] method. <var>NewFromSession</var> can also be invoked via a <var>PersistentObjectInfo</var> object variable, which may be <var>Null</var>.</td></tr> | ||
<tr><th>string</th> | <tr><th>string</th> | ||
<td>A string that identifies the name of the session variable</td></tr> | <td>A string that identifies the name of the session variable whose information is returned to <var class="term">%persObjList</var>.</td></tr> | ||
</table> | </table> | ||
Revision as of 23:03, 18 August 2011
Get info about session object (PersistentObjectInfo class)
[Introduced in Sirius Mods 7.8]
Syntax
%persObjInfo = [%(PersistentObjectInfo):]NewFromSession( name)
Syntax terms
%persObjList | A PersistentObjectInfo object variable. |
---|---|
(PersistentObjectInfo) | The class name in parentheses denotes a shared method. NewFromSession can also be invoked via a PersistentObjectInfo object variable, which may be Null. |
string | A string that identifies the name of the session variable whose information is returned to %persObjList. |