Get the path relative to the root of the FolderMapping

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected virtual string GetRelativePath(
	FolderMappingInfo folderMapping,
	string path
)
Visual Basic
Protected Overridable Function GetRelativePath ( 
	folderMapping As FolderMappingInfo,
	path As String
) As String

Parameters

folderMapping
Type: DotNetNuke.Services.FileSystem..::..FolderMappingInfo
Path is relative to this
path
Type: System..::..String
The path

Return Value

A relative path

See Also