FolderPath(String, IBasePathProvider) Constructor
Constructor. Assign the specified path.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public FolderPath(
string path,
IBasePathProvider provider
)
Public Sub New (
path As String,
provider As IBasePathProvider
)
public:
FolderPath(
String^ path,
IBasePathProvider^ provider
)
new :
path : string *
provider : IBasePathProvider -> FolderPath
Parameters
- path String
- A relative or absolute path.
- provider IBasePathProvider
- The base path provider
Unless
IsFixedPath is set to true, the path is always treated as a
relative path.