HtmlEditorFileManagerSettingsBase.SettingsDataSource Property
In This Article
Gets settings allowing the file manager to access a file system retained in a data source.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerSettingsDataSource SettingsDataSource { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Remarks
When the HtmlEditorFileManagerSettingsBase.ProviderType property is set to DataSource, the built-in file manager operates with files contained in a data source. In this case, use the SettingsDataSource property to specify the names of the data source fields that provide basic item information.
See Also