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

FileSystemProviderBase.GetRelativeFolderPath(FileManagerFolder, IUrlResolutionService) Method

Override this method to implement getting a relative folder path.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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