public sealed class FileUltimateWebConfiguration : ConfigurationBase<FileUltimateWebConfiguration>Public NotInheritable Class FileUltimateWebConfiguration
Inherits ConfigurationBase(Of FileUltimateWebConfiguration)| FileUltimateWebConfiguration | Initializes a new instance of the FileUltimateWebConfiguration class |
| FileUltimateWebConfiguration(FileUltimateConfiguration) | Initializes a new instance of the FileUltimateWebConfiguration class with custom configuration. |
| 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 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 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. |
| Clear | (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |
| Load(Boolean) | Loads from <appSettings> element of the Web.config or application configuration file. (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |
| Load(FuncString, String, String, Boolean) | (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |
| Load(IDictionaryString, String, String, Boolean) | (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |
| Load(NameValueCollection, String, Boolean) | (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |
| Load(Stream, ConfigurationFileFormat, Boolean) | (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |
| Load(String, ConfigurationFileFormat, Boolean) | (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |
| Save(Stream, ConfigurationFileFormat, Boolean) | (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |
| Save(String, ConfigurationFileFormat, Boolean) | (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |
| Save(ActionString, String, String, Boolean, ExpressionFuncUTP, Object) | (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |
| Save(IDictionaryString, String, String, Boolean, ExpressionFuncUTP, Object) | (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |
| Save(NameValueCollection, String, Boolean, ExpressionFuncUTP, Object) | (Inherited from ConfigurationBaseFileUltimateWebConfiguration) |