 |
TritonPublicSetting Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the available public readable Triton settings.
Namespace:
WeroSoft.Triton.Desktop.Configuration
Assembly:
WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.23.1.1 (3.23.0205.1)
Syntaxpublic enum TritonPublicSetting
Members
| Member name | Value | Description |
---|
| AutoRefresh | 0 |
Defines whether a view shall automatically be refreshed when selected.
|
| MaxDefaultSearchWarning | 1 |
Defines the maximum number of days a favorite search can remain unused before a warning is shown.
|
| UseWildCards | 2 |
Defines whether searching shall be done using wild-cards explicitly. If the flag is not checked then wild-cards are used implicitly.
|
| MaxLoadLimit | 3 |
Defines the maximum amount of data to be loaded during a search.
|
| PageSize | 4 |
Defines the size of a page for loading the data during a search
|
| MinItemsHandlingToShowProgressBar | 5 |
Defines the min number of items for showing a progress bar while deleting or modifying items in the database.
|
| ControllableProgressLimit | 6 |
Gets or sets the min number of items for showing controls of a progress.
|
| DeveloperMode | 7 |
Gets or sets the developer mode of the Plug-in Explorer.
|
| LicenseServerUrl | 8 |
Gets the URL used for checking license.
|
See Also