Skip to main content
A newer version of this page is available. .

HtmlEditorSelectorSettings.RootFolderUrlPath Property

Gets or sets a value that specifies the correct relative URL path to a root folder whose physical path is defined using the FileManagerSettings.RootFolder property of editor media dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

[DefaultValue("")]
public string RootFolderUrlPath { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that defines the relative URL path to the specified root folder.

Property Paths

You can access this nested property as listed below:

Object Type Path to RootFolderUrlPath
HtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector.RootFolderUrlPath
HtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector.RootFolderUrlPath
HtmlEditorInsertImageDialogSettings
.SettingsImageSelector.RootFolderUrlPath
HtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector.RootFolderUrlPath
HtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector.RootFolderUrlPath
MVCxHtmlEditorInsertAudioDialogSettings
.SettingsAudioSelector.RootFolderUrlPath
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector.RootFolderUrlPath
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector.RootFolderUrlPath
MVCxHtmlEditorInsertLinkDialogSettings
.SettingsDocumentSelector.RootFolderUrlPath
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector.RootFolderUrlPath

Remarks

Use the RootFolderUrlPath property when the FileManagerSettings.RootFolder property of an editor media dialog points to a virtual directory located outside of your web project. When a link to an image or document is inserted into the ASPxHtmlEditor, the editor substitutes the physical path to the resource with a correct site-relative or host-relative path using the RootFolderUrlPath property setting.

See Also