IBasePathProviderResolvePath Method

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

Definition

Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.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