Click or drag to resize

MonkeyspeakEngineCompileToFile Method

[This is preliminary documentation and is subject to change.]

Compiles a Page to a file

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public void CompileToFile(
	Page page,
	string filePath
)

Parameters

page
Type: MonkeyspeakPage

[Missing <param name="page"/> documentation for "M:Monkeyspeak.MonkeyspeakEngine.CompileToFile(Monkeyspeak.Page,System.String)"]

filePath
Type: SystemString

[Missing <param name="filePath"/> documentation for "M:Monkeyspeak.MonkeyspeakEngine.CompileToFile(Monkeyspeak.Page,System.String)"]

See Also