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

PhysicalFileSystemProvider.GetResolvedRootFolderPath() Method

Implements getting a resolved root folder path.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string GetResolvedRootFolderPath()

Returns

Type Description
String

A String value specifying the resolved root folder path.

Remarks

The GetResolvedRootFolderPath method implements getting a resolved root folder path when the default PhysicalFileSystemProvider is used.

If you create a custom file system provider inherited from the PhysicalFileSystemProvider class, you can override the GetResolvedRootFolderPath method to perform any custom actions.

See Also