C# Class MarkDownEditor.Model.DocumentExporter

Afficher le fichier Open project: chenguanzhou/MarkDownEditor Class Usage Examples

Méthodes publiques

Méthode Description
CanExport ( string typeName ) : bool
Export ( string typeName, string markdownType, string cssFile, string sourceCodePath, string outputPath ) : void

Method Details

CanExport() static public méthode

static public CanExport ( string typeName ) : bool
typeName string
Résultat bool

Export() static public méthode

static public Export ( string typeName, string markdownType, string cssFile, string sourceCodePath, string outputPath ) : void
typeName string
markdownType string
cssFile string
sourceCodePath string
outputPath string
Résultat void