C# Class Cats.TemplateEditor.DocumentProcessorService

Inheritance: IDocumentProcessorService
Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Méthodes publiques

Méthode Description
DeleteDocument ( string path ) : void
DownloadDocument ( ListView fileList ) : string
UploadDocument ( int templateType, string filepath ) : void

Private Methods

Méthode Description
AppendToFileName ( int templateType, string fileName ) : string

Method Details

DeleteDocument() public méthode

public DeleteDocument ( string path ) : void
path string
Résultat void

DownloadDocument() public méthode

public DownloadDocument ( ListView fileList ) : string
fileList System.Windows.Forms.ListView
Résultat string

UploadDocument() public méthode

public UploadDocument ( int templateType, string filepath ) : void
templateType int
filepath string
Résultat void