Click or drag to resize

SessionPersistUserPreference Method (String, Object, Boolean, Boolean)

Persist the specified preference.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void PersistUserPreference(
	string name,
	Object val,
	bool saveNow,
	bool makeDirty
)

Parameters

name
Type: SystemString
The name of the preference.
val
Type: SystemObject
The value to persist.
saveNow
Type: SystemBoolean
If true, save immediately, else do not.
makeDirty
Type: SystemBoolean
Force the preference to be dirty.
See Also