Class UserPreferenceStrings.Request
Inheritance
UserPreferenceStrings.Request
Assembly: SoCore.dll
Syntax
public static class UserPreferenceStrings.Request
Fields
AutoQuoteLastmessage
(BOOL) Automatically include and quote last message when replying
Declaration
public const string AutoQuoteLastmessage = "autoQuoteLastmessage"
Field Value
CheckBoxOnLeft
(BOOL) Place check boxes on left side of lists instead of the right side
Declaration
public const string CheckBoxOnLeft = "checkBoxOnLeft"
Field Value
DefaultMessageStatus
(INTEGER) The default request status when adding a message to a request
Declaration
public const string DefaultMessageStatus = "defaultMessageStatus"
Field Value
DefaultOwner
(INTEGER) The default owner when creating a new request
Declaration
public const string DefaultOwner = "defaultOwner"
Field Value
DefaultRequestStatus
(INTEGER) The default request status when creating a new request
Declaration
public const string DefaultRequestStatus = "defaultRequestStatus"
Field Value
NewWindowWhenAdding
(BOOL) Open new tab in browser when adding a message
Declaration
public const string NewWindowWhenAdding = "newWindowWhenAdding"
Field Value
NoWarnOnLoss
(BOOL) Do not show a warning when navigating away without having saved screen
Declaration
public const string NoWarnOnLoss = "noWarnOnLoss"
Field Value
NumExpandedMsg
(INTEGER) Indicates the number of message that should be expanded when viewing request
Declaration
public const string NumExpandedMsg = "numExpandedMsg"
Field Value
OnlyOpenInFavourites
(BOOL) When showing favourite request list, only show requests with status open
Declaration
public const string OnlyOpenInFavourites = "onlyOpenInFavourites"
Field Value
OnlyOwnCategories
(BOOL) In category choosers, only show categories that the user is a member of
Declaration
public const string OnlyOwnCategories = "onlyOwnCategories"
Field Value
OwnRequestsOnly
(BOOL) Only show requests from categories the user is a member of
Declaration
public const string OwnRequestsOnly = "ownRequestsOnly"
Field Value
PreviewImageAttachment
(BOOL) When viewing a message, also automatically show all image attachments
Declaration
public const string PreviewImageAttachment = "previewImageAttachment"
Field Value
RequestDefaultCategory
(INTEGER) The default category when creating a new request
Declaration
public const string RequestDefaultCategory = "requestDefaultCategory"
Field Value
Section
Declaration
public const string Section = "request"
Field Value
ShowLastOnTop
(BOOL) Sort messages by showing most recent at top of request
Declaration
public const string ShowLastOnTop = "showlastOnTop"
Field Value
SimplifiedEditor
(BOOL) Use a simplified editor when writing a message on a request
Declaration
public const string SimplifiedEditor = "simplifiedEditor"
Field Value
SingleLineBreaks
(BOOL) Use a single line break when pressing enter in the editor instead of double line breaks
Declaration
public const string SingleLineBreaks = "singleLineBreaks"
Field Value
UseLastCategory
(BOOL) When creating a new request, set the selected category to the last used category
Declaration
public const string UseLastCategory = "useLastCategory"
Field Value