Class UserPreferenceStrings.Notification
Inheritance
UserPreferenceStrings.Notification
Assembly: SoCore.dll
Syntax
public static class UserPreferenceStrings.Notification
Fields
NotifyCustomMessage
(BOOL) Indicates if the user wants custom message notifications.
Declaration
public const string NotifyCustomMessage = "notifyCustomMessage"
Field Value
NotifyFavouriteRequest
(BOOL) Indicates if the user wants notifications when one of his/her favourite requests are updated.
Declaration
public const string NotifyFavouriteRequest = "notifyFavouriteRequest"
Field Value
NotifyNewMessage
(BOOL) Indicates if the user wants notifications when one of his/her requests has a new message.
Declaration
public const string NotifyNewMessage = "notifyNewMessage"
Field Value
NotifyNewRequest
(BOOL) Indicates if the user wants notifications when he/she is assigned a new request.
Declaration
public const string NotifyNewRequest = "notifyNewRequest"
Field Value
NotifyRequestActivated
(BOOL) Indicates if the user wants notifications when one of his/her requests were activated.
Declaration
public const string NotifyRequestActivated = "notifyRequestActivated"
Field Value
NotifyRequestAssignedAway
(BOOL) Indicates if the user wants notifications when one of his/her requests were taken by someone else.
Declaration
public const string NotifyRequestAssignedAway = "notifyRequestAssignedAway"
Field Value
NotifyRequestEscalated
(BOOL) Indicates if the user wants notifications when one of his/her requests were escalated.
Declaration
public const string NotifyRequestEscalated = "notifyRequestEscalated"
Field Value
Section
Declaration
public const string Section = "notification"
Field Value