Click or drag to resize

SessionLoadCachedPreferences Method (String, String, String, String)

Load cached 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 LoadCachedPreferences(
	string ownerID,
	string ownerLevel,
	string childID,
	string childLevel
)

Parameters

ownerID
Type: SystemString
The ID of the owner of the preference, e.g. a userID or companyID.
ownerLevel
Type: SystemString
The level of the owner, for layered preferences, e.g. user, company.
childID
Type: SystemString
The ID of a child object that inherits values from this ownerID (and level)
childLevel
Type: SystemString
The level of the child, for layered preferences, e.g. user, company.
See Also