Click or drag to resize

MamlRendererExtractContentLayoutFileNameFromShfbproj Method

Extracts the file name of the content layout file (extension: .content) from the Sandcastle help file builder project.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string? ExtractContentLayoutFileNameFromShfbproj(
	string shfbProjectFileName
)

Parameters

shfbProjectFileName  String
Name of the Sandcastle help file builder project file.

Return Value

String
The full name of the content file (if it could be extracted from the project file), or null.
See Also