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
)
Public Sub LoadCachedPreferences (
ownerID As String,
ownerLevel As String,
childID As String,
childLevel As String
)
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