PhysicalFileSystemProvider.GetResolvedRootFolderPath() Method
Implements getting a resolved root folder path.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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