IBasePathProviderResolvePath Method

Implement this method to supply custom path resolution such as handling of MSBuild variables in the path.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
string ResolvePath(
	string path
)

Parameters

path  String
The path to use

Return Value

String
A copy of the path after performing any custom resolutions

See Also