Try our conversational search powered by Generative AI!

Interface IPhysicalPathResolver

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Namespace: EPiServer.Framework.Internal
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public interface IPhysicalPathResolver

Methods

Rebase(String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Rebases the physical path according to the AppDataPathKey value, environment variables and relative paths.

Declaration
string Rebase(string path)
Parameters
Type Name Description
System.String path

The path to rebase

Returns
Type Description
System.String

Extension Methods