Folder Path(String, Boolean, IBase Path Provider) Constructor
Constructor. Assign the specified path and fixed setting.
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public FolderPath(
string path,
bool isFixed,
IBasePathProvider provider
)VB
Public Sub New (
path As String,
isFixed As Boolean,
provider As IBasePathProvider
)C++
public:
FolderPath(
String^ path,
bool isFixed,
IBasePathProvider^ provider
)F#
new :
path : string *
isFixed : bool *
provider : IBasePathProvider -> FolderPathParameters
- 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