MarkdownDocument.SaveAsync

Saves the CurrentText into the specified filename

public Task<Boolean> SaveAsync(string filename,
	bool noBackupFileCleanup,
	SecureString password,
	bool isAsync)

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
isAsync

Overloads:


See also:

Class MarkdownDocument

© West Wind Technologies, 2016-2023 • Updated: 05/18/22
Comment or report problem with topic