Interface IQueryablePreference
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IQueryablePreference
Properties
SortOrder
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
GetPreferenceAsync(String, String)
Declaration
Task<string> GetPreferenceAsync(string userName, string preferenceName)
Parameters
Type |
Name |
Description |
System.String |
userName |
|
System.String |
preferenceName |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.String> |
|
Extension Methods