London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IQueryablePreference

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Namespace: EPiServer.Notification.Internal
Assembly: EPiServer.dll
Version: 10.10.4
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
int SortOrder { get; }
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