MarkdownDocument.Save

Saves the CurrentText into the specified filename

public bool Save(string filename,
	bool noBackupFileCleanup,
	SecureString password)

Return Value

true or false (no exceptions on failure)

Parameters

filename
filename to save (optional)

noBackupFileCleanup
if true doesn't delete backup files that might exist

password


See also:

Class MarkdownDocument

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic