FileSystemProviderBase.GetRelativeFolderPath(FileManagerFolder, IUrlResolutionService) Method
Override this method to implement getting a relative folder path.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public virtual string GetRelativeFolderPath(
FileManagerFolder folder,
IUrlResolutionService rs
)
Parameters
| Name | Type | Description |
|---|---|---|
| folder | FileManagerFolder | A FileManagerFolder object that is the processed folder. |
| rs | IUrlResolutionService | An object that implements the IUrlResolutionService interface. |
Returns
| Type | Description |
|---|---|
| String | A String value specifying the relative folder path. |
Remarks
If you create a custom file system provider inherited from the FileSystemProviderBase class, you can override the GetRelativeFolderPath method to get a relative folder path.
See Also