FolderPath(String, Boolean, IBasePathProvider) Constructor
Constructor. Assign the specified path and fixed setting.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public FolderPath(
string path,
bool isFixed,
IBasePathProvider provider
)
Public Sub New (
path As String,
isFixed As Boolean,
provider As IBasePathProvider
)
public:
FolderPath(
String^ path,
bool isFixed,
IBasePathProvider^ provider
)
new :
path : string *
isFixed : bool *
provider : IBasePathProvider -> FolderPath
Parameters
- path String
- A relative or absolute path.
- isFixed Boolean
- True to treat the path as fixed, false to treat it as a relative path.
- provider IBasePathProvider
- The base path provider