Interface IQueryablePreference
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IQueryablePreference
Properties
SortOrder
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This is the order in which the implementations are called. First value returned is used. Default is
Profile based value set to 10 and values synched from user set to 20.
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
GetPreference(String, String)
Declaration
string GetPreference(string userName, string preferenceName)
Parameters
Type |
Name |
Description |
System.String |
userName |
|
System.String |
preferenceName |
|
Returns
Type |
Description |
System.String |
|
Extension Methods