SessionSavePreferences Method (String, String) |
Save the persistant preferences.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void SavePreferences(
string ownerID,
string ownerLevel
)
Public Sub SavePreferences (
ownerID As String,
ownerLevel As String
)
Parameters
- ownerID
- Type: SystemString
The ID of the owning object - ownerLevel
- Type: SystemString
The level string to store with the preference.
See Also