Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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.

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