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

RichEditDocumentSelectorSettings.RootFolderUrlPath Property

OBSOLETE

Use the WorkDirectory property instead.

Gets or sets a value that specifies the correct relative URL path to a root folder whose physical path is defined via the FileManagerSettings.RootFolder property of the Document Selector.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.1.dll

Declaration

[DefaultValue("")]
[Obsolete("Use the ASPxRichEdit.WorkDirectory property instead.")]
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
ASPxRichEdit
.SettingsDocumentSelector.RootFolderUrlPath
MVCxRichEdit
.SettingsDocumentSelector.RootFolderUrlPath
RichEditSettings
.SettingsDocumentSelector.RootFolderUrlPath

Remarks

Use the RootFolderUrlPath property when the FileManagerSettings.RootFolder property of a RichEdit’s Document Selector (embedded into file dialogs) points to a virtual directory located outside of your web project. When a document from such a directory is processed (opened/saved) by RichEdit, the editor substitutes the physical path to the document with a correct site-relative or host-relative path using the RootFolderUrlPath property setting.

See Also