| FolderPath Constructor (String, IBasePathProvider) |
Constructor. Assign the specified path.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax 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
- Type: SystemString
A relative or absolute path. - provider
- Type: SandcastleBuilder.UtilsIBasePathProvider
The base path provider
Remarks Unless
IsFixedPath is set to true,
the path is always treated as a relative path.
See Also