Skip to main content
Tab

ASPxFileManager.GetAppRelativeRootFolder() Method

Gets the root folder path for the ASPxFileManager control relative to the application.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string GetAppRelativeRootFolder()

Returns

Type Description
String

A String value that represents the path to the root folder.

Remarks

Use the GetAppRelativeRootFolder method to get the location of a root folder relative to the application folder.

string appRelativeRootFolderPath = ASPxFileManager1.GetAppRelativeRootFolder();
See Also