Description
-
Saves private data to the server.
Return Type
-
None
Syntax
-
object.SavePrivateData Name,
Value
The SavePrivateData Method syntax has these parts:
| object |
An expression evaluating to an object
of type wodXMPP. |
| Name |
Required. A String value. Name of the variable
that will be stored. |
| Value |
Required. A String value. Value that will be
stored. |
Remarks
-
Use this method to store any information to the server, so it is
available in future sessions by calling
LoadPrivateData
method. You must assign a Name to the data, and save it under
specified Name. Any number of such variables can be stored,
using different Name for each variable.
|