MamlRendererExtractContentLayoutFileNameFromShfbproj Method |
Extracts the file name of the content layout file (extension: .content) from the Sandcastle help file builder project.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? ExtractContentLayoutFileNameFromShfbproj(
string shfbProjectFileName
)
Parameters
- shfbProjectFileName String
- Name of the Sandcastle help file builder project file.
Return Value
StringThe full name of the content file (if it could be extracted from the project file), or null.
See Also