HTML to MAML Converter
FolderPath Constructor (String, IBasePathProvider) |
Constructor. Assign the specified path.
Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
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