FileSystemProviderBase.GetRelativeFolderPath(FileManagerFolder, IUrlResolutionService) Method
In This Article
Override this method to implement getting a relative folder path.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual string GetRelativeFolderPath(
FileManagerFolder folder,
IUrlResolutionService rs
)
#Parameters
Name | Type | Description |
---|---|---|
folder | File |
A File |
rs | IUrl |
An object that implements the IUrl |
#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