Class BackupManager

Allows you to back the Markdown Monster Common Folder that contains all the Markdown Monster and Addin settings to a folder or zip file.

System.Object
  MarkdownMonster.Utilities.BackupManager
public class BackupManager : object

Class Members

MemberDescription

Constructor

BackupToFolder

Backs up the Markdown Monster Common folder to a new folder

public bool BackupToFolder(string outputFolder)

BackupToGist

public bool BackupToGist()

BackupToZip

Backs up the Markdown Monster Common folder to a zip file.

public bool BackupToZip(string outputZipFile)

Requirements

Namespace: MarkdownMonster.Utilities
Assembly: markdownmonster.exe

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