Click or drag to resize
Sandcastle Help File BuilderMamlToFlowDocumentConverterToFlowDocument Method
Convert the specified MAML file to a flow document

Namespace: SandcastleBuilder.WPF.Maml
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public FlowDocument ToFlowDocument(
	string filename,
	string content
)

Parameters

filename
Type: SystemString
The name of the MAML file to convert
content
Type: SystemString
The content to convert or null or an empty string to load it from the named file

Return Value

Type: FlowDocument
The converted flow document
See Also