Click or drag to resize

SessionSetValue Method

Set a session value to the session itself and its preferences collection. Use the SetPrefOnly(String, Object, String, String) method to set only the preference and not the session member value.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void SetValue(
	string name,
	Object value,
	string ownerID,
	string ownerLevel
)

Parameters

name
Type: SystemString
The name of the value to set.
value
Type: SystemObject
The value to which to set it.
ownerID
Type: SystemString
The ID owner of the item.
ownerLevel
Type: SystemString
The level of the owner of the item.
See Also