| MamlToFlowDocumentConverterToFlowDocument Method |
Convert the specified MAML file to a flow document
Namespace: SandcastleBuilder.WPF.MamlAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public FlowDocument ToFlowDocument(
string filename,
string content
)
Public Function ToFlowDocument (
filename As String,
content As String
) As FlowDocument
public:
FlowDocument^ ToFlowDocument(
String^ filename,
String^ content
)
member ToFlowDocument :
filename : string *
content : string -> FlowDocument
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:
FlowDocumentThe converted flow document
See Also