ASPxFileManager.GetAppRelativeRootFolder() Method
Gets the root folder path for the ASPxFileManager control relative to the application.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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