IBase Path ProviderResolve Path 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: 2026.1.20.0
A copy of the path after performing any custom resolutions
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string ResolvePath(
string path
)VB
Function ResolvePath (
path As String
) As StringC++
String^ ResolvePath(
String^ path
)F#
abstract ResolvePath :
path : string -> string Parameters
- path String
- The path to use
Return Value
StringA copy of the path after performing any custom resolutions