FileUltimateWebConfiguration Class
Definition
- Namespace
- GleamTech.FileUltimate.AspNet
- Assembly
- GleamTech.FileUltimate.dll
Provides properties and methods for changing this library's configuration for web use.
public sealed class FileUltimateWebConfiguration : ConfigurationBase<FileUltimateWebConfiguration>
- Inheritance
-
ConfigurationBase<FileUltimateWebConfiguration>FileUltimateWebConfiguration
Constructors
| FileUltimateWebConfiguration() |
Initializes a new instance of the FileUltimateWebConfiguration class |
| FileUltimateWebConfiguration(FileUltimateConfiguration) |
Initializes a new instance of the FileUltimateWebConfiguration class with custom configuration. |
Properties
| AvailableDisplayCultures |
Gets all available display cultures for the file manager. Cultures for both bundled and custom translation files will be returned. |
| Current |
Gets current global configuration instance. |
| FileManagerHandlerPath |
Gets or sets a value that specifies the application-relative handler path for GleamTech.FileUltimate.AspNet.UI.FileManagerHandler. The default is "filemanager.ashx". It is not recommended to change it unless you have a conflict in your web application. This property will be effective only if it is changed before web application starts. |
| FileUploaderHandlerPath |
Gets or sets a value that specifies the application-relative handler path for GleamTech.FileUltimate.AspNet.UI.FileUploaderHandler. The default is "fileuploader.ashx". It is not recommended to change it unless you have a conflict in your web application. This property will be effective only if it is changed before web application starts. |