Click or drag to resize

SessionLoadPreferences Method (String, String)

Load user preferences into this object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void LoadPreferences(
	string ownerID,
	string level
)

Parameters

ownerID
Type: SystemString
The ID of the owner of the preference, e.g. a userID or companyID.
level
Type: SystemString
The level of the owner, for layered preferences, e.g. user, company.
See Also